unreal.RigVMGraphFunctionIdentifier

class unreal.RigVMGraphFunctionIdentifier(library_node: SoftObjectPath = Ellipsis, host_object: SoftObjectPath = Ellipsis)

Bases: StructBase

Rig VMGraph Function Identifier

C++ Source:

  • Plugin: RigVM

  • Module: RigVM

  • File: RigVMGraphFunctionDefinition.h

Editor Properties: (see get_editor_property/set_editor_property)

  • host_object (SoftObjectPath): [Read-Only] A path to the IRigVMGraphFunctionHost that stores the function information, and compilation data (e.g. RigVMBlueprintGeneratedClass)

  • library_node (SoftObjectPath): [Read-Only]

property host_object: SoftObjectPath

[Read-Only] A path to the IRigVMGraphFunctionHost that stores the function information, and compilation data (e.g. RigVMBlueprintGeneratedClass)

Type:

(SoftObjectPath)

property library_node: SoftObjectPath

[Read-Only]

Type:

(SoftObjectPath)