Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/IGraphController > API/Plugins/MetasoundFrontend/IGraphController/AddOutputVertex
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendController.h |
| Include | #include "MetasoundFrontendController.h" |
FNodeHandle AddOutputVertex
&40;
const FMetasoundFrontendClassOutput & InDescription
&41;
Remarks
Add a new output node using the output description. On success, a valid output node handle. On failure, an invalid node handle.
Parameters
| Name | Description |
|---|---|
| InDescription | Description for output of graph. |