Navigation
API > API/Runtime > API/Runtime/DataflowCore > API/Runtime/DataflowCore/FDataflowTerminalNode
Description
Error Checking Write the terminal node's evaluated value into the bound asset. Note: Asset may be null when the graph is evaluated standalone (no owning asset). Implementations must tolerate a null Asset and simply do nothing in that case.
| Name | SetAssetValue |
| Type | function |
| Header File | /Engine/Source/Runtime/Dataflow/Core/Public/Dataflow/DataflowTerminalNode.h |
| Include Path | #include "Dataflow/DataflowTerminalNode.h" |
virtual void SetAssetValue
(
TObjectPtr < UObject > Asset,
UE::Dataflow::FContext & Context
) const