FCustomMaterialRenderData
Public Types #
| Name |
---|
enum class uint8 | DataType { DT_AddNewMaterialData, DT_UpdateRTData, DT_RemoveMaterialData, DT_COUNT} |
Public Functions #
Public Attributes #
Public Types Documentation #
enum DataType #
Enumerator | Value | Description |
---|
DT_AddNewMaterialData | | |
DT_UpdateRTData | | |
DT_RemoveMaterialData | | |
DT_COUNT | | |
Public Functions Documentation #
function GENERATED_USTRUCT_BODY #
GENERATED_USTRUCT_BODY()
function FCustomMaterialRenderData #
inline FCustomMaterialRenderData()
Public Attributes Documentation #
variable MaterialInstance #
UMaterialInstanceDynamic * MaterialInstance;
variable NewTexture #
UTexture2D * NewTexture;
variable Id #
uint32 Id;
variable BackendTextureID #
renoir::Texture2DObject BackendTextureID;
variable Type #
DataType Type;