Navigation
API > API/Plugins > API/Plugins/RigVM
Types of workflows offered by a rigvm struct node.
| Name | ERigVMUserWorkflowType |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMUserWorkflow.h |
| Include Path | #include "RigVMCore/RigVMUserWorkflow.h" |
Syntax
enum ERigVMUserWorkflowType
{
Invalid = 0,
NodeContext = 0x001,
PinContext = 0x002,
OnPinDefaultChanged = 0x004,
NodeContextButton = 0x008,
All = NodeContext | PinContext | OnPinDefaultChanged | NodeContextButton,
}
Values
| Name | Remarks |
|---|---|
| Invalid | |
| NodeContext | |
| PinContext | |
| OnPinDefaultChanged | |
| NodeContextButton | |
| All |