Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
Include |
#include "EdGraph/EdGraphSchema.h" |
enum EGraphType
{
GT_Function,
GT_Ubergraph,
GT_Macro,
GT_Animation,
GT_StateMachine,
GT_MAX,
}
Name |
Description |
---|---|
GT_Function |
|
GT_Ubergraph |
|
GT_Macro |
|
GT_Animation |
|
GT_StateMachine |
|
GT_MAX |
Distinguishes between different graph types. Graphs can have different properties; for example: functions have one entry point, ubergraphs can have multiples.