FCustomMaterialRenderData

Public Types

Name
enum class uint8DataType { DT_AddNewMaterialData, DT_UpdateRTData, DT_RemoveMaterialData, DT_COUNT}

Public Functions

Name
GENERATED_USTRUCT_BODY()
FCustomMaterialRenderData()

Public Attributes

Name
UMaterialInstanceDynamic *MaterialInstance
UTexture2D *NewTexture
uint32Id
renoir::Texture2DObjectBackendTextureID
DataTypeType

Public Types Documentation

enum DataType

EnumeratorValueDescription
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;