EGraphType

Distinguishes between different graph types.

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss