EGraphType

Distinguishes between different graph types.

Choose your operating system:

Windows

macOS

Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h

Include

#include "EdGraph/EdGraphSchema.h"

Syntax

enum EGraphType
{
    GT_Function,
    GT_Ubergraph,
    GT_Macro,
    GT_Animation,
    GT_StateMachine,
    GT_MAX,
}

Values

Name

Description

GT_Function

GT_Ubergraph

GT_Macro

GT_Animation

GT_StateMachine

GT_MAX

Remarks

Distinguishes between different graph types. Graphs can have different properties; for example: functions have one entry point, ubergraphs can have multiples.