技术方向可行

使用鼠标轨迹生成偏移应用到材质上实现扭曲技术可行
This commit is contained in:
2025-08-29 00:51:54 +08:00
parent be6e40383d
commit 11896c87b1
7 changed files with 94 additions and 57 deletions

View File

@ -60,6 +60,10 @@ public:
static bool GetCookMaterialStateConfig(const FName& RowName, FBusyCookMaterialStateConfig& RowData);
UFUNCTION(BlueprintPure)
static FLuaBPVar TestTable(const FName& RowName);
static FLuaBPVar CreateTextureBuffer(UObject* WorldContextObject);
UFUNCTION(BlueprintCallable)
static void UpdateTextureBuffer(UTexture2D* DataTexture, TArray<float> FloatData);
};