unreal.DMMaterialComponentDynamic¶
- class unreal.DMMaterialComponentDynamic(outer: Object | None = None, name: Name | str = 'None')¶
Bases:
DMMaterialComponentBase version of a dynamic material component. Links to the original in the parent material model.
C++ Source:
Plugin: DynamicMaterial
Module: DynamicMaterial
File: DMMaterialComponentDynamic.h
Editor Properties: (see get_editor_property/set_editor_property)
component_dirty(bool): [Read-Only]component_state(DMComponentLifetimeState): [Read-Only]editable_properties(Array[Name]): [Read-Only]parent_component_name(Name): [Read-Only]
- ge_resolved_parent_component() DMMaterialComponent¶
Resolves and returns the component this dynamic one is based on.
- Return type:
- get_material_model_dynamic() DynamicMaterialModelDynamic¶
Get Material Model Dynamic
- Return type: