Navigation
API > API/Editor > API/Editor/GraphEditor > API/Editor/GraphEditor/SGraphPanel
Flag to control AddNode, more readable than a bool:
| Name | AddNodeBehavior |
| Type | enum |
| Header File | /Engine/Source/Editor/GraphEditor/Public/SGraphPanel.h |
| Include Path | #include "SGraphPanel.h" |
Syntax
enum AddNodeBehavior
{
CheckUserAddedNodesList,
WasUserAdded,
NotUserAdded,
}
Values
| Name | Remarks |
|---|---|
| CheckUserAddedNodesList | |
| WasUserAdded | |
| NotUserAdded |