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
struct FDataflowOutput : public FDataflowConnection
Variables
| Type | Name | Description | |
|---|---|---|---|
| TArray< FDataflowInput * > | Connections | ||
| TSharedPtr< FCriticalSection > | OutputLock | ||
| uint32 | PassthroughOffset |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FDataflowOutput
(
const Dataflow::FOutputParameters& Param, |
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | Evaluate
(
Dataflow::FContext& Context |
||
| bool | EvaluateImpl
(
Dataflow::FContext& Context |
||
| TFuture< bool > | EvaluateParallel
(
Dataflow::FContext& Context |
||
| TArray< FDataflowInput * > | |||
| const TArray< const FDataflowInput * > | |||
| TArray< FDataflowInput * > & | |||
| const TArray< FDataflowInput * > & | |||
| void * | |||
| const T & | GetValue
(
Dataflow::FContext& Context, |
||
| void | SetPassthroughOffset
(
const uint32 InPassthroughOffset |
||
| void | SetValue
(
T&& InVal, |
Overridden from FDataflowConnection
| Type | Name | Description | |
|---|---|---|---|
| bool | AddConnection
(
FDataflowConnection* InOutput |
||
| void | Invalidate
(
const Dataflow::FTimestamp& ModifiedTimestamp |
||
| bool | RemoveConnection
(
FDataflowConnection* InInput |
Constants
| Name | Description |
|---|---|
| NoOpOutput |