Navigation
API > API/Runtime > API/Runtime/DataflowCore > API/Runtime/DataflowCore/Dataflow
Inheritance Hierarchy
- FDataflowConnection
- FDataflowInput
- FDataflowOutput
References
| Module | DataflowCore |
| Header | /Engine/Source/Runtime/Experimental/Dataflow/Core/Public/Dataflow/DataflowConnection.h |
| Include | #include "Dataflow/DataflowConnection.h" |
Syntax
struct FDataflowConnection
Remarks
Input Output Base
Variables
| Type | Name | Description | |
|---|---|---|---|
| Dataflow::FPin::EDirection | Direction | ||
| FGuid | Guid | ||
| FName | Name | ||
| FDataflowNode * | OwningNode | ||
| const FProperty * | Property | ||
| FName | Type |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDataflowConnection
(
Dataflow::FPin::EDirection Direction, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | AddConnection
(
FDataflowConnection* In |
||
| size_t | CacheKey () |
||
| Dataflow::FPin::EDirection | GetDirection () |
||
| FGuid | GetGuid () |
||
| FName | GetName () |
||
| uint32 | GetOffset () |
||
| const FDataflowNode * | |||
| FDataflowNode * | |||
| FName | GetType () |
||
| void | Invalidate
(
const Dataflow::FTimestamp& ModifiedTimestamp |
||
| bool | IsA
(
const T* InVar |
||
| void * | RealAddress () |
||
| bool | RemoveConnection
(
FDataflowConnection* In |
||
| void | |||
| void |