Navigation
API > API/Plugins > API/Plugins/RigVMEditor
Keep the values as they are defined in NodeSectionID, which is defined in BlueprintEditor.h TODO: Once there is no need for FRigVMLegacyEditor, improve the definition of this enum, including a uint8 definition
| Name | RigVMNodeSectionID::Type |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Public/Editor/RigVMEditor.h |
| Include Path | #include "Editor/RigVMEditor.h" |
Syntax
namespace RigVMNodeSectionID
{
enum Type
{
NONE = 0,
GRAPH = 1,
FUNCTION = 4,
VARIABLE = 8,
LOCAL_VARIABLE = 12,
}
}
Values
| Name | Remarks |
|---|---|
| NONE | |
| GRAPH | |
| FUNCTION | |
| VARIABLE | |
| LOCAL_VARIABLE |