Navigation
API > API/Runtime > API/Runtime/DataflowCore > API/Runtime/DataflowCore/FDataflowOutput
Description
Get most updated value of the output if the value is cache or frozen return it otherwise evaluates the node with potentially cascading evaluation of the graph
| Name | GetValue |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Dataflow/Core/Public/Dataflow/DataflowInputOutput.h |
| Include Path | #include "Dataflow/DataflowInputOutput.h" |
template<class T>
const T & GetValue
(
UE::Dataflow::FContext & Context,
const T & Default
) const
See Also
- GetValue