Navigation
API > API/Plugins > API/Plugins/RigVMEditor
The type of section in the graph explorer
| Name | ERigVMGraphExplorerSectionType |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/RigVM/Source/RigVMEditor/Public/Widgets/SRigVMEditorGraphExplorerTreeView.h |
| Include Path | #include "Widgets/SRigVMEditorGraphExplorerTreeView.h" |
Syntax
enum ERigVMGraphExplorerSectionType
{
None,
Graphs,
Functions,
Variables,
LocalVariables,
}
Values
| Name | Remarks |
|---|---|
| None | |
| Graphs | |
| Functions | |
| Variables | |
| LocalVariables |