Navigation
API > API/Runtime > API/Runtime/DataflowCore > API/Runtime/DataflowCore/Dataflow
Inheritance Hierarchy
- FDataflowConnection
- FDataflowOutput
References
| Module | DataflowCore |
| Header | /Engine/Source/Runtime/Experimental/Dataflow/Core/Public/Dataflow/DataflowInputOutput.h |
| Include | #include "Dataflow/DataflowInputOutput.h" |
Syntax
USTRUCT ()
struct FDataflowOutput : public FDataflowConnection
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FDataflowInput * > | Connections | ||
| TSharedPtr< FCriticalSection > | OutputLock | ||
| UE::Dataflow::FConnectionKey | PassthroughKey | ||
| uint32 | PassthroughOffset |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDataflowOutput
(
const UE::Dataflow::FOutputParameters& Param |
|||
FDataflowOutput
(
const FDataflowOutput& |
|||
FDataflowOutput
(
const UE::Dataflow::FOutputParameters& Param, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
| PRAGMA_DISABLE_DEPRECATION_WARNINGS |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Evaluate
(
UE::Dataflow::FContext& Context |
||
| bool | EvaluateImpl
(
UE::Dataflow::FContext& Context |
||
| TFuture< bool > | EvaluateParallel
(
UE::Dataflow::FContext& Context |
||
| void | ForwardInput
(
const FDataflowInput* Input, |
||
| void | ForwardInput
(
const UE::Dataflow::FConnectionReference& InputReference, |
There's no need for a templatized version as the parameter will not be used the method do check if the type of the input is the same as the output type though | |
| TArray< FDataflowInput * > | |||
| const TArray< const FDataflowInput * > | |||
| const TArray< FDataflowInput * > & | |||
| TArray< FDataflowInput * > & | |||
| const FDataflowInput * | |||
| void * | |||
| const T & | GetValue
(
UE::Dataflow::FContext& Context, |
||
| bool | |||
| bool | HasCachedValue
(
UE::Dataflow::FContext& Context |
||
| FDataflowOutput & | SetPassthroughInput
(
const UE::Dataflow::FConnectionKey& Key |
||
| FDataflowOutput & | SetPassthroughInput
(
const UE::Dataflow::FConnectionReference& Reference |
||
| void | SetPassthroughOffset
(
const uint32 InPassthroughOffset |
||
| void | SetValue
(
T&& InVal, |
||
| void | SetValueFromAnyType
(
const typename TAnyType::FStorageType& InVal, |
Overridden from FDataflowConnection
| Type | Name | Description | |
|---|---|---|---|
| bool | AddConnection
(
FDataflowConnection* InOutput |
||
| void | FixAndPropagateType
(
FName InType |
||
| void | Invalidate
(
const UE::Dataflow::FTimestamp& ModifiedTimestamp |
||
| bool | RemoveConnection
(
FDataflowConnection* InInput |
Operators
| Type | Name | Description | |
|---|---|---|---|
| FDataflowOutput & | operator=
(
FDataflowOutput&& |
||
| FDataflowOutput & | operator=
(
const FDataflowOutput& |
Constants
| Name | Description |
|---|---|
| NoOpOutput |