Navigation
API > API/Runtime > API/Runtime/Engine
Distinguishes between different graph types. Graphs can have different properties; for example: functions have one entry point, ubergraphs can have multiples.
| Name | EGraphType |
| Type | enum |
| Header File | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
| Include Path | #include "EdGraph/EdGraphSchema.h" |
Syntax
enum EGraphType
{
GT_Function,
GT_Ubergraph,
GT_Macro,
GT_Animation,
GT_StateMachine,
GT_MAX,
}
Values
| Name | Remarks |
|---|---|
| GT_Function | |
| GT_Ubergraph | |
| GT_Macro | |
| GT_Animation | |
| GT_StateMachine | |
| GT_MAX |