Navigation
API > API/Runtime > API/Runtime/DataflowCore > API/Runtime/DataflowCore/Dataflow
Inheritance Hierarchy
- FDataflowConnection
- FDataflowInput
References
| Module | DataflowCore |
| Header | /Engine/Source/Runtime/Experimental/Dataflow/Core/Public/Dataflow/DataflowInputOutput.h |
| Include | #include "Dataflow/DataflowInputOutput.h" |
Syntax
struct FDataflowInput : public FDataflowConnection
Variables
| Type | Name | Description | |
|---|---|---|---|
| FDataflowOutput * | Connection |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDataflowInput
(
const Dataflow::FInputParameters& Param, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TArray< FDataflowOutput * > | |||
| const TArray< const FDataflowOutput * > | |||
| FDataflowOutput * | |||
| const FDataflowOutput * | |||
| const T & | GetValue
(
Dataflow::FContext& Context, |
||
| TFuture< const T & > | GetValueParallel
(
Dataflow::FContext& Context, |
Overridden from FDataflowConnection
| Type | Name | Description | |
|---|---|---|---|
| bool | AddConnection
(
FDataflowConnection* InOutput |
||
| void | Invalidate
(
const Dataflow::FTimestamp& ModifiedTimestamp |
||
| bool | RemoveConnection
(
FDataflowConnection* InOutput |
Constants
| Name | Description |
|---|---|
| NoOpInput |