Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/IDocumentController
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArray< FGraphHandle > GetSubgraphHandles () |
Returns an array of all subgraphs for this document. | MetasoundFrontendController.h | |
TArray< FConstGraphHandle > GetSubgraphHandles () |
Returns an array of all subgraphs for this document. | MetasoundFrontendController.h |
GetSubgraphHandles()
Description
Returns an array of all subgraphs for this document.
| Name | GetSubgraphHandles |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendController.h |
| Include Path | #include "MetasoundFrontendController.h" |
TArray < FGraphHandle > GetSubgraphHandles()
GetSubgraphHandles()
Description
Returns an array of all subgraphs for this document.
| Name | GetSubgraphHandles |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendController.h |
| Include Path | #include "MetasoundFrontendController.h" |
TArray < FConstGraphHandle > GetSubgraphHandles() const