unreal.DynamicMaterialModelEditorOnlyDataInterface

class unreal.DynamicMaterialModelEditorOnlyDataInterface(outer: Object | None = None, name: Name | str = 'None')

Bases: Interface

Dynamic Material Model Editor Only Data Interface

C++ Source:

  • Plugin: DynamicMaterial

  • Module: DynamicMaterial

  • File: IDynamicMaterialModelEditorOnlyDataInterface.h

request_material_build(request_type=DMBuildRequestType.PREVIEW) None

Called when the model needs to have the material rebuild.

Parameters:

request_type (DMBuildRequestType)