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" |
FNodeHandle GetOutputNodeWithName
&40;
const FVertexName & InName
&41;
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 output does not exist, an invalid handle is returned.
Parameters
| Name | Description |
|---|---|
| InName | Name of graph output.. |