Navigation
API > API/Plugins > API/Plugins/DynamicMaterial
| Name | EDMValueType |
| Type | enum |
| Header File | /Engine/Plugins/VirtualProduction/DynamicMaterial/Source/DynamicMaterial/Public/DMDefs.h |
| Include Path | #include "DMDefs.h" |
Syntax
enum EDMValueType
{
VT_None,
VT_Bool,
VT_Float1,
VT_Float2,
VT_Float3_RPY,
VT_Float3_RGB,
VT_Float3_XYZ,
VT_Float4_RGBA,
VT_Float_Any,
VT_Texture,
VT_ColorAtlas,
VT_Unused,
VT_MAX,
}
Values
| Name | Remarks |
|---|---|
| VT_None | |
| VT_Bool | |
| VT_Float1 | |
| VT_Float2 | |
| VT_Float3_RPY | |
| VT_Float3_RGB | |
| VT_Float3_XYZ | |
| VT_Float4_RGBA | |
| VT_Float_Any | |
| VT_Texture | |
| VT_ColorAtlas | |
| VT_Unused | |
| VT_MAX |