unreal.TG_Expression_Material

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

Bases: TG_Expression_MaterialBase

TG Expression Material

C++ Source:

  • Plugin: TextureGraph

  • Module: TextureGraph

  • File: TG_Expression_Material.h

Editor Properties: (see get_editor_property/set_editor_property)

  • material (MaterialInterface): [Read-Write] The input material to employ for rendering

  • rendered_attribute (Name): [Read-Write] The Material attribute identifier among all the attributes of the material that is rendered in the output

  • title_name (Name): [Read-Write]

property material: MaterialInterface

[Read-Write] The input material to employ for rendering

Type:

(MaterialInterface)

property rendered_attribute: Name

[Read-Write] The Material attribute identifier among all the attributes of the material that is rendered in the output

Type:

(Name)

property title_name: Name

[Read-Write]

Type:

(Name)