Navigation
API > API/Runtime > API/Runtime/DataflowEngine > API/Runtime/DataflowEngine/UDataflowContextObject
Description
Get a single selected node of the specified type. Return nullptr if the specified node is not selected, or if multiple nodes are selected
| Name | GetSelectedNodeOfType |
| Type | function |
| Header File | /Engine/Source/Runtime/Experimental/Dataflow/Engine/Public/Dataflow/DataflowContextObject.h |
| Include Path | #include "Dataflow/DataflowContextObject.h" |
template<typename NodeType>
NodeType * GetSelectedNodeOfType() const