Navigation
API > API/Editor > API/Editor/BlueprintGraph
References
| Module | BlueprintGraph |
| Header | /Engine/Source/Editor/BlueprintGraph/Classes/EdGraphSchema_K2_Actions.h |
| Include | #include "EdGraphSchema_K2_Actions.h" |
Syntax
enum EK2NewNodeFlags
{
None = 0x0,
SelectNewNode = 0x1,
GotoNewNode = 0x2,
}
Values
| Name | Description |
|---|---|
| None | |
| SelectNewNode | |
| GotoNewNode |