EEdGraphPinDirection

Enum used to define which way data flows into or out of this pin.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "EdGraph/EdGraphNode.h"

Syntax

enum EEdGraphPinDirection
{
    EGPD_Input,
    EGPD_Output,
    EGPD_MAX,
}

Values

Name

Description

EGPD_Input

EGPD_Output

EGPD_MAX

Remarks

Enum used to define which way data flows into or out of this pin.

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