Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/IGraphController > API/Plugins/MetasoundFrontend/IGraphController/GetOutputNodeWithName
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendController.h |
| Include | #include "MetasoundFrontendController.h" |
FConstNodeHandle GetOutputNodeWithName
(
const FVertexName & InName
) const
Remarks
Returns a handle to an existing output node for the given graph output name. If no output exists with the given name, an invalid node handle is returned. The node handle for the output node. If the node does not exist, an invalid handle is returned.
Parameters
| Name | Description |
|---|---|
| InName | Name of graph output. |