Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/IGraphController
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FNodeHandle AddOutputVertex
(
const FMetasoundFrontendClassOutput& InDescription |
Add a new output node using the output description. | MetasoundFrontendController.h | |
FNodeHandle AddOutputVertex
(
const FVertexName& InName, |
MetasoundFrontendController.h |
AddOutputVertex(const FMetasoundFrontendClassOutput &)
Description
Add a new output node using the output description.
| Name | AddOutputVertex |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendController.h |
| Include Path | #include "MetasoundFrontendController.h" |
FNodeHandle AddOutputVertex
(
const FMetasoundFrontendClassOutput & InDescription
)
On success, a valid output node handle. On failure, an invalid node handle.
Parameters
| Name | Remarks |
|---|---|
| InDescription | Description for output of graph. |
AddOutputVertex(const FVertexName &, const FName)
| Name | AddOutputVertex |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendController.h |
| Include Path | #include "MetasoundFrontendController.h" |
FNodeHandle AddOutputVertex
(
const FVertexName & InName,
const FName InTypeName
)