Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/IGraphController
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendController.h |
| Include | #include "MetasoundFrontendController.h" |
FNodeHandle AddInputVertex
(
const FMetasoundFrontendClassInput & InDescription
)
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. |