Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/IGraphController
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FConstNodeHandle GetNodeWithID
(
FGuid InNodeID |
Returns a node by NodeID. If the node does not exist, an invalid handle is returned. | MetasoundFrontendController.h | |
FNodeHandle GetNodeWithID
(
FGuid InNodeID |
Returns a node by NodeID. If the node does not exist, an invalid handle is returned. | MetasoundFrontendController.h |
GetNodeWithID(FGuid)
Description
Returns a node by NodeID. If the node does not exist, an invalid handle is returned.
| Name | GetNodeWithID |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendController.h |
| Include Path | #include "MetasoundFrontendController.h" |
FConstNodeHandle GetNodeWithID
(
FGuid InNodeID
) const
GetNodeWithID(FGuid)
Description
Returns a node by NodeID. If the node does not exist, an invalid handle is returned.
| Name | GetNodeWithID |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendController.h |
| Include Path | #include "MetasoundFrontendController.h" |
FNodeHandle GetNodeWithID
(
FGuid InNodeID
)