unreal.DMMaterialLinkedComponent

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

Bases: DMMaterialComponent

A component which links to a specific parent component in the hierarchy instead of its Outer.

C++ Source:

  • Plugin: DynamicMaterial

  • Module: DynamicMaterial

  • File: DMMaterialLinkedComponent.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]

set_parent_component(parent_component) None

Sets the linked parent component.

Parameters:

parent_component (DMMaterialComponent)