Navigation
API > API/Runtime > API/Runtime/DataflowCore > API/Runtime/DataflowCore/FDataflowNode
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TFuture< const T & > GetValueParallel
(
UE::Dataflow::FContext& Context, |
Dataflow/DataflowNode.h | ||
TFuture< const T & > GetValueParallel
(
UE::Dataflow::FContext& Context, |
Dataflow/DataflowNode.h |
GetValueParallel(UE::Dataflow::FContext &, const UE::Dataflow::TConnectionReference< T > &)
| Name | GetValueParallel |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Dataflow/Core/Public/Dataflow/DataflowNode.h |
| Include Path | #include "Dataflow/DataflowNode.h" |
template<class T>
TFuture < const T & > GetValueParallel
(
UE::Dataflow::FContext & Context,
const UE::Dataflow::TConnectionReference < T > & Reference
) const
GetValueParallel(UE::Dataflow::FContext &, const T *)
| Name | GetValueParallel |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Dataflow/Core/Public/Dataflow/DataflowNode.h |
| Include Path | #include "Dataflow/DataflowNode.h" |
template<class T>
TFuture < const T & > GetValueParallel
(
UE::Dataflow::FContext & Context,
const T * Reference
) const