Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/INodeController
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FGraphHandle AsGraph () |
If the node is also a graph, this returns a graph handle. | MetasoundFrontendController.h | |
FConstGraphHandle AsGraph () |
If the node is also a graph, this returns a graph handle. | MetasoundFrontendController.h |
AsGraph()
Description
If the node is also a graph, this returns a graph handle. If the node is not also a graph, it will return an invalid handle.
| Name | AsGraph |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendController.h |
| Include Path | #include "MetasoundFrontendController.h" |
FGraphHandle AsGraph()
AsGraph()
Description
If the node is also a graph, this returns a graph handle. If the node is not also a graph, it will return an invalid handle.
| Name | AsGraph |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendController.h |
| Include Path | #include "MetasoundFrontendController.h" |
FConstGraphHandle AsGraph() const