Navigation
API > API/Plugins > API/Plugins/RigVM
Context as of why the node was created
| Name | ERigVMNodeCreatedReason |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVM/Public/RigVMCore/RigVMStruct.h |
| Include Path | #include "RigVMCore/RigVMStruct.h" |
Syntax
enum ERigVMNodeCreatedReason
{
NodeSpawner,
ScriptedEvent,
Paste,
BackwardsCompatibility,
Unknown,
}
Values
| Name | Remarks |
|---|---|
| NodeSpawner | |
| ScriptedEvent | |
| Paste | |
| BackwardsCompatibility | |
| Unknown |