Navigation
API > API/Runtime > API/Runtime/DataflowEngine > API/Runtime/DataflowEngine/Dataflow > API/Runtime/DataflowEngine/Dataflow/UDataflowBlueprintLibrary
References
| Module | DataflowEngine |
| Header | /Engine/Source/Runtime/Experimental/Dataflow/Engine/Public/Dataflow/DataflowBlueprintLibrary.h |
| Include | #include "Dataflow/DataflowBlueprintLibrary.h" |
| Source | /Engine/Source/Runtime/Experimental/Dataflow/Engine/Private/Dataflow/DataflowBlueprintLibrary.cpp |
UFUNCTION (BlueprintCallable, Category="Dataflow", Meta=(Keywords="Dataflow graph"))
static void EvaluateTerminalNodeByName
(
UDataflow * Dataflow,
FName TerminalNodeName,
UObject * ResultAsset
)
Remarks
Find a specific terminal node by name evaluate it using a specific UObject