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