Navigation
API > API/Plugins > API/Plugins/MetasoundGraphCore > API/Plugins/MetasoundGraphCore/FGraph
References
| Module | MetasoundGraphCore |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Public/MetasoundGraph.h |
| Include | #include "MetasoundGraph.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundGraphCore/Private/MetasoundGraph.cpp |
const INode &42; FindNode
&40;
const FGuid & InNodeID
&41; const
Remarks
Retrieve node by node ID. Pointer to the Node if it is stored on this graph. nullptr otherwise.
Parameters
| Name | Description |
|---|---|
| InNodeID | The NodeID of the requested Node. |