unreal.RigVMGraphFunctionHeader

class unreal.RigVMGraphFunctionHeader(library_pointer: RigVMGraphFunctionIdentifier = Ellipsis, name: Name = 'None', node_title: str = '', node_color: LinearColor = Ellipsis, description: str = '', category: str = '', keywords: str = '', arguments: None = [])

Bases: StructBase

Rig VMGraph Function Header

C++ Source:

  • Plugin: RigVM

  • Module: RigVM

  • File: RigVMGraphFunctionDefinition.h

Editor Properties: (see get_editor_property/set_editor_property)

  • arguments (Array[RigVMGraphFunctionArgument]): [Read-Only]

  • category (str): [Read-Only]

  • description (str): [Read-Only]

  • keywords (str): [Read-Only]

  • library_pointer (RigVMGraphFunctionIdentifier): [Read-Only]

  • name (Name): [Read-Only]

  • node_color (LinearColor): [Read-Only]

  • node_title (str): [Read-Only]

  • tooltip (Text): [Read-Write] deprecated: Property ‘Tooltip’ is deprecated.

property arguments: None

[Read-Only]

Type:

(Array[RigVMGraphFunctionArgument])

property category: str

[Read-Only]

Type:

(str)

property description: str

[Read-Only]

Type:

(str)

property keywords: str

[Read-Only]

Type:

(str)

property library_pointer: RigVMGraphFunctionIdentifier

[Read-Only]

Type:

(RigVMGraphFunctionIdentifier)

property name: Name

[Read-Only]

Type:

(Name)

property node_color: LinearColor

[Read-Only]

Type:

(LinearColor)

property node_title: str

[Read-Only]

Type:

(str)

property tooltip: Text

[Read-Write] deprecated: Property ‘Tooltip’ is deprecated.

Type:

(Text)