Navigation
API > API/Runtime > API/Runtime/DataflowEngine > API/Runtime/DataflowEngine/TEngineContext
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TSharedPtr< IDataflowEvaluator > EvaluateGraph
(
FOnPostEvaluationFunction OnPostEvaluation |
Evaluate the dataflow graph attached to the owner of this context and update the owner accordingly Returns an evaluator that can be used to query the progress of the evaluation Note that the evaluator is not kept by this context and needs to be kept by the caller | Dataflow/DataflowObjectInterface.h | |
TSharedPtr< IDataflowEvaluator > EvaluateGraph
(
UDataflow* DataflowObject, |
Evaluate an external dataflow graph and update the owner of this context with it Returns an evaluator that can be used to query the progress of the evaluation Note that the evaluator is not kept by this context and needs to be kept by the caller | Dataflow/DataflowObjectInterface.h |
EvaluateGraph(FOnPostEvaluationFunction)
Description
Evaluate the dataflow graph attached to the owner of this context and update the owner accordingly Returns an evaluator that can be used to query the progress of the evaluation Note that the evaluator is not kept by this context and needs to be kept by the caller
| Name | EvaluateGraph |
| Type | function |
| Header File | /Engine/Source/Runtime/Dataflow/Engine/Public/Dataflow/DataflowObjectInterface.h |
| Include Path | #include "Dataflow/DataflowObjectInterface.h" |
template<typename T, std::enable_if_t<, T >), int >>
TSharedPtr < IDataflowEvaluator > EvaluateGraph
(
FOnPostEvaluationFunction OnPostEvaluation
)
EvaluateGraph(UDataflow *, FOnPostEvaluationFunction)
Description
Evaluate an external dataflow graph and update the owner of this context with it Returns an evaluator that can be used to query the progress of the evaluation Note that the evaluator is not kept by this context and needs to be kept by the caller
| Name | EvaluateGraph |
| Type | function |
| Header File | /Engine/Source/Runtime/Dataflow/Engine/Public/Dataflow/DataflowObjectInterface.h |
| Include Path | #include "Dataflow/DataflowObjectInterface.h" |
template<typename T, std::enable_if_t<, T >), int >>
TSharedPtr < IDataflowEvaluator > EvaluateGraph
(
UDataflow * DataflowObject,
FOnPostEvaluationFunction OnPostEvaluation
)