Navigation
API > API/Runtime > API/Runtime/DataflowCore > API/Runtime/DataflowCore/FPin
| Name | EDirection |
| Type | enum |
| Header File | /Engine/Source/Runtime/Experimental/Dataflow/Core/Public/Dataflow/DataflowConnection.h |
| Include Path | #include "Dataflow/DataflowConnection.h" |
Syntax
enum EDirection
{
NONE = 0,
INPUT,
OUTPUT,
}
Values
| Name | Remarks |
|---|---|
| NONE | |
| INPUT | |
| OUTPUT |