unreal.TG_Expression_MaterialFunction

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

Bases: TG_Expression_MaterialBase

TG Expression Material Function

C++ Source:

  • Plugin: TextureGraph

  • Module: TextureGraph

  • File: TG_Expression_MaterialFunction.h

Editor Properties: (see get_editor_property/set_editor_property)

  • material_function (MaterialFunctionInterface): [Read-Write] The material function to employ for rendering

property material_function: MaterialFunctionInterface

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

Type:

(MaterialFunctionInterface)