unreal.DMMaterialValueBool¶
- class unreal.DMMaterialValueBool(outer: Object | None = None, name: Name | str = 'None')¶
Bases:
DMMaterialValueDMMaterial Value Bool
C++ Source:
Plugin: DynamicMaterial
Module: DynamicMaterial
File: DMMaterialValueBool.h
Editor Properties: (see get_editor_property/set_editor_property)
component_dirty(bool): [Read-Only]component_state(DMComponentLifetimeState): [Read-Only]default_value(bool): [Read-Write]editable_properties(Array[Name]): [Read-Only]local(bool): [Read-Only] True: The value is local to the stage it is used in. False: The value is a global value that can be used anywhereparameter(DMMaterialParameter): [Read-Only] The parameter name used to expose this value in a material. If it isn’t provided, GetFName() will be used instead.preview_material(Material): [Read-Only]type(DMValueType): [Read-Only]value(bool): [Read-Write]