Navigation
API > API/Editor > API/Editor/Kismet
Enums to use when grouping the blueprint members in the list panel. The order here will determine the order in the list
| Name | NodeSectionID::Type |
| Type | enum |
| Header File | /Engine/Source/Editor/Kismet/Public/BlueprintEditor.h |
| Include Path | #include "BlueprintEditor.h" |
Syntax
namespace NodeSectionID
{
enum Type
{
NONE = 0,
GRAPH,
ANIMGRAPH,
ANIMLAYER,
FUNCTION,
FUNCTION_OVERRIDABLE,
INTERFACE,
MACRO,
VARIABLE,
COMPONENT,
DELEGATE,
USER_ENUM,
LOCAL_VARIABLE,
USER_STRUCT,
USER_SORTED,
}
}
Values
| Name | Remarks |
|---|---|
| NONE | |
| GRAPH | |
| ANIMGRAPH | |
| ANIMLAYER | |
| FUNCTION | |
| FUNCTION_OVERRIDABLE | |
| INTERFACE | |
| MACRO | |
| VARIABLE | |
| COMPONENT | |
| DELEGATE | |
| USER_ENUM | |
| LOCAL_VARIABLE | |
| USER_STRUCT | |
| USER_SORTED |