unreal.RigVMUserWorkflow
¶
- class unreal.RigVMUserWorkflow(title: str = '', tooltip: str = '', type: RigVMUserWorkflowType = 0, on_perform_workflow: RigVMPeformUserWorkflowDynamicDelegate = Ellipsis, options_class: Class = Ellipsis)¶
Bases:
StructBase
Rig VMUser Workflow
C++ Source:
Module: RigVM
File: RigVMUserWorkflow.h
Editor Properties: (see get_editor_property/set_editor_property)
on_perform_workflow
(RigVMPeformUserWorkflowDynamicDelegate): [Read-Write] Perform Dynamic Delegateoptions_class
(type(Class)): [Read-Write] Options Classtitle
(str): [Read-Write] Titletooltip
(str): [Read-Write] Tooltiptype
(RigVMUserWorkflowType): [Read-Write] Type
- property on_perform_workflow: RigVMPeformUserWorkflowDynamicDelegate¶
[Read-Write] Perform Dynamic Delegate
- property type: RigVMUserWorkflowType¶
[Read-Write] Type
- Type: