Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/IGraphController
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Add a new node to this graph from the node registry. | MetasoundFrontendController.h | ||
FNodeHandle AddNode
(
const FMetasoundFrontendClassMetadata& InClassMetadata, |
Add a new node to this graph. | MetasoundFrontendController.h |
AddNode(const FNodeRegistryKey &, FGuid)
Description
Add a new node to this graph from the node registry.
| Name | AddNode |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendController.h |
| Include Path | #include "MetasoundFrontendController.h" |
FNodeHandle AddNode
(
const FNodeRegistryKey & InKey,
FGuid InNodeGuid
)
Node handle for class. On error, an invalid handle is returned.
Parameters
| Name | Remarks |
|---|---|
| InKey | Registry key for node. |
| InNodeGuid | (Optional) Explicit guid for the new node. Must be unique within the graph. Only useful to specify explicitly when caller is managing or tracking the graph's guids (ex. replacing removed node). |
AddNode(const FMetasoundFrontendClassMetadata &, FGuid)
Description
Add a new node to this graph.
| Name | AddNode |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendController.h |
| Include Path | #include "MetasoundFrontendController.h" |
FNodeHandle AddNode
(
const FMetasoundFrontendClassMetadata & InClassMetadata,
FGuid InNodeGuid
)
Node handle for class. On error, an invalid handle is returned.
Parameters
| Name | Remarks |
|---|---|
| InClassMetadata | Info for node class. |
| InNodeGuid | (Optional) Explicit guid for the new node. Must be unique within the graph. Only useful to specify explicitly when caller is managing or tracking the graph's guids (ex. replacing removed node). |