unreal.MaterialExpressionFunctionOutput

class unreal.MaterialExpressionFunctionOutput(outer=None, name='None')

Bases: unreal.MaterialExpression

Material Expression Function Output

C++ Source:

  • Module: Engine

  • File: MaterialExpressionFunctionOutput.h

Editor Properties: (see get_editor_property/set_editor_property)

  • desc (str): [Read-Write] A description that level designers can add (shows in the material editor UI).

  • description (str): [Read-Write] The output’s description, which will be used as a tooltip on the connector in function call expressions that use this function.

  • output_name (Name): [Read-Write] The output’s name, which will be drawn on the connector in function call expressions that use this function.

  • sort_priority (int32): [Read-Write] Controls where the output is displayed relative to the other outputs.

property output_name

[Read-Write] The output’s name, which will be drawn on the connector in function call expressions that use this function.

Type

(Name)