Navigation
API > API/Plugins > API/Plugins/DynamicMaterial
| |
|
| Name |
EDMBuildRequestType |
| Type |
enum |
| Header File |
/Engine/Plugins/VirtualProduction/DynamicMaterial/Source/DynamicMaterial/Public/Model/IDynamicMaterialModelEditorOnlyDataInterface.h |
| Include Path |
#include "Model/IDynamicMaterialModelEditorOnlyDataInterface.h" |
Syntax
enum EDMBuildRequestType
{
Immediate,
Async,
Preview,
}
Values
| Name |
Remarks |
| Immediate |
Compile the material immediately. |
| Async |
Will try to add to the build queue or fallback to immediate compile. |
| Preview |
If bAutomaticallyCompilePreviewMaterial is false, will just mark the material as changed, but not actually try to compile. |