Navigation
API > API/Runtime > API/Runtime/DataflowCore > API/Runtime/DataflowCore/FDataflowOutput
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
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 | Dataflow/DataflowInputOutput.h | |
void ForwardInput
(
const FDataflowInput* Input, |
Dataflow/DataflowInputOutput.h |
ForwardInput(const UE::Dataflow::FConnectionReference &, UE::Dataflow::FContext &)
Description
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
| Name | ForwardInput |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Dataflow/Core/Public/Dataflow/DataflowInputOutput.h |
| Include Path | #include "Dataflow/DataflowInputOutput.h" |
| Source | /Engine/Source/Runtime/Experimental/Dataflow/Core/Private/Dataflow/DataflowInputOutput.cpp |
void ForwardInput
(
const UE::Dataflow::FConnectionReference & InputReference,
UE::Dataflow::FContext & Context
) const
ForwardInput(const FDataflowInput *, UE::Dataflow::FContext &)
| Name | ForwardInput |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Dataflow/Core/Public/Dataflow/DataflowInputOutput.h |
| Include Path | #include "Dataflow/DataflowInputOutput.h" |
| Source | /Engine/Source/Runtime/Experimental/Dataflow/Core/Private/Dataflow/DataflowInputOutput.cpp |
void ForwardInput
(
const FDataflowInput * Input,
UE::Dataflow::FContext & Context
) const