Navigation
API > API/Runtime > API/Runtime/DataflowCore > API/Runtime/DataflowCore/Dataflow
Inheritance Hierarchy
- FConnectionReference
- TConnectionReference
References
| Module | DataflowCore |
| Header | /Engine/Source/Runtime/Experimental/Dataflow/Core/Public/Dataflow/DataflowConnection.h |
| Include | #include "Dataflow/DataflowConnection.h" |
Syntax
struct FConnectionReference
Remarks
Do not hold onto FConnectionReference when Reference is dynamically allocated (e.g., when using array inputs). Use FConnectionKey instead.
Variables
| Type | Name | Description | |
|---|---|---|---|
| const void * | ContainerReference | ||
| int32 | Index | ||
| const void * | Reference |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FConnectionReference
(
const void* InReference, |