unreal.DMBuildRequestType¶
- class unreal.DMBuildRequestType¶
Bases:
EnumBaseEDMBuild Request Type
C++ Source:
Plugin: DynamicMaterial
Module: DynamicMaterial
File: IDynamicMaterialModelEditorOnlyDataInterface.h
- ASYNC: DMBuildRequestType = Ellipsis¶
Will try to add to the build queue or fallback to immediate compile.
- Type:
1
- IMMEDIATE: DMBuildRequestType = Ellipsis¶
Compile the material immediately.
- Type:
0
- PREVIEW: DMBuildRequestType = Ellipsis¶
If bAutomaticallyCompilePreviewMaterial is false, will just mark the material as changed, but not actually try to compile. It will fall back to Async if automatic compile is true.
- Type:
2