Navigation
API > API/Plugins > API/Plugins/DynamicMaterial
| Name | EDMUpdateType |
| Type | enum |
| Header File | /Engine/Plugins/VirtualProduction/DynamicMaterial/Source/DynamicMaterial/Public/DMDefs.h |
| Include Path | #include "DMDefs.h" |
Syntax
enum EDMUpdateType
{
Value = 0,
Structure = 1 << 0,
AllowParentUpdate = 1 << 1,
RefreshDetailView = 1 << 2,
}
Values
| Name | Remarks |
|---|---|
| Value | |
| Structure | |
| AllowParentUpdate | |
| RefreshDetailView |