Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphNode.h |
Include |
#include "EdGraph/EdGraphNode.h" |
enum EEdGraphPinDirection
{
EGPD_Input,
EGPD_Output,
EGPD_MAX,
}
Name |
Description |
---|---|
EGPD_Input |
|
EGPD_Output |
|
EGPD_MAX |
Enum used to define which way data flows into or out of this pin.