unreal.RigVMGraphFunctionIdentifier¶
- class unreal.RigVMGraphFunctionIdentifier(host_object: SoftObjectPath = Ellipsis)¶
Bases:
StructBaseRig 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-Write] deprecated: Property ‘LibraryNode’ is deprecated.library_node_path(str): [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:
- property library_node: SoftObjectPath¶
[Read-Write] deprecated: Property ‘LibraryNode’ is deprecated.
- Type: