Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/IGraphController
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FVariableHandle FindVariableContainingNode
(
const FGuid& InNodeID |
Finds a variable inspecting the nodes associated with the variable. | MetasoundFrontendController.h | |
FConstVariableHandle FindVariableContainingNode
(
const FGuid& InNodeID |
Finds a variable inspecting the nodes associated with the variable. | MetasoundFrontendController.h |
FindVariableContainingNode(const FGuid &)
Description
Finds a variable inspecting the nodes associated with the variable.
| Name | FindVariableContainingNode |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendController.h |
| Include Path | #include "MetasoundFrontendController.h" |
FVariableHandle FindVariableContainingNode
(
const FGuid & InNodeID
)
If found, returns valid variable handle. An invalid handle otherwise.
Parameters
| Name | Remarks |
|---|---|
| InNodeID | ID of node associated with variable. |
FindVariableContainingNode(const FGuid &)
Description
Finds a variable inspecting the nodes associated with the variable.
| Name | FindVariableContainingNode |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendController.h |
| Include Path | #include "MetasoundFrontendController.h" |
FConstVariableHandle FindVariableContainingNode
(
const FGuid & InNodeID
) const
If found, returns valid variable handle. An invalid handle otherwise.
Parameters
| Name | Remarks |
|---|---|
| InNodeID | ID of node associated with variable. |