unreal.DMMaterialValueTexture¶
- class unreal.DMMaterialValueTexture(outer: Object | None = None, name: Name | str = 'None')¶
Bases:
DMMaterialValueComponent representing a texture value. Manages its own parameter.
C++ Source:
Plugin: DynamicMaterial
Module: DynamicMaterial
File: DMMaterialValueTexture.h
Editor Properties: (see get_editor_property/set_editor_property)
cached_parameter_name(Name): [Read-Only]component_dirty(bool): [Read-Only]component_state(DMComponentLifetimeState): [Read-Only]default_value(Texture): [Read-Write]editable_properties(Array[Name]): [Read-Only]expose_parameter(bool): [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 owned directly by the Model.parameter(DMMaterialParameter): [Read-Only] The parameter name used to expose this value in a material. If it isn’t provided, an automatic name will be generated.type(DMValueType): [Read-Only]value(Texture): [Read-Write]
- classmethod create_material_value_texture(outer, texture) DMMaterialValueTexture¶
Create Material Value Texture
- Parameters:
- Return type: