Navigation
API > API/Runtime > API/Runtime/DataflowCore > API/Runtime/DataflowCore/Dataflow
Inheritance Hierarchy
- FDataflowConnection
- FDataflowInput
- FDataflowArrayInput
References
| Module | DataflowCore |
| Header | /Engine/Source/Runtime/Experimental/Dataflow/Core/Public/Dataflow/DataflowInputOutput.h |
| Include | #include "Dataflow/DataflowInputOutput.h" |
Syntax
USTRUCT ()
struct FDataflowInput : public FDataflowConnection
Variables
| Type | Name | Description | |
|---|---|---|---|
| FDataflowOutput * | Connection |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDataflowInput
(
const UE::Dataflow::FInputParameters& Param |
|||
FDataflowInput
(
const UE::Dataflow::FInputParameters& Param, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TArray< FDataflowOutput * > | |||
| const TArray< const FDataflowOutput * > | |||
| FDataflowOutput * | |||
| const FDataflowOutput * | |||
| const T & | GetValue
(
UE::Dataflow::FContext& Context, |
Get the value of this input by evaluating the value of the connected output | |
| TAnyType::FStorageType | GetValueFromAnyType
(
UE::Dataflow::FContext& Context, |
||
| TFuture< const T & > | GetValueParallel
(
UE::Dataflow::FContext& Context, |
||
| bool | |||
| void | PullValue
(
UE::Dataflow::FContext& Context |
Pull the value from the upstream connections the upstream graph is evaluated if necessary and values are cached along the way |
Overridden from FDataflowConnection
| Type | Name | Description | |
|---|---|---|---|
| bool | AddConnection
(
FDataflowConnection* InOutput |
||
| void | FixAndPropagateType
(
FName InType |
||
| void | Invalidate
(
const UE::Dataflow::FTimestamp& ModifiedTimestamp |
||
| bool | RemoveConnection
(
FDataflowConnection* InOutput |
Constants
| Name | Description |
|---|---|
| NoOpInput |