I have a custom Material Instance Class
. Part of it’s functionality allows users to store textures in a TArray. I need to convert these UTextures
to UMaterialExpressionTextureSamples
so I can use them elsewhere in my project. Any Ideas?
I have a custom Material Instance Class
. Part of it’s functionality allows users to store textures in a TArray. I need to convert these UTextures
to UMaterialExpressionTextureSamples
so I can use them elsewhere in my project. Any Ideas?