Commit 1b602f33 by wester
parents 60b76068 080cd1b4
...@@ -32,6 +32,6 @@ public: ...@@ -32,6 +32,6 @@ public:
//static void SetDynamicTextureAndIndex(class UStaticMeshComponent* Component, class UTexture2D* Texture, int32 Index, FName IndexParameterName, FName TextureParameterName); //static void SetDynamicTextureAndIndex(class UStaticMeshComponent* Component, class UTexture2D* Texture, int32 Index, FName IndexParameterName, FName TextureParameterName);
// input rgb flaot array // input rgb flaot array
static UTexture2D* UDynamicTextureUtilities::CreateDynamicTextureWithData(int length, uint8* data); static UTexture2D* CreateDynamicTextureWithData(int length, uint8* data);
}; };
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment