EEdGraphPinDirection

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

Choose your operating system:

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.