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