Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/IDocumentController
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FConstClassAccessPtr FindClass
(
const FNodeRegistryKey& InKey |
Returns an existing Metasound class description corresponding to a dependency which matches the provided class information. | MetasoundFrontendController.h | |
FConstClassAccessPtr FindClass
(
const FMetasoundFrontendClassMetadata& InMetadata |
Returns an existing Metasound class description corresponding to a dependency which matches the provided class information. | MetasoundFrontendController.h |
FindClass(const FNodeRegistryKey &)
Description
Returns an existing Metasound class description corresponding to a dependency which matches the provided class information.
| Name | FindClass |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendController.h |
| Include Path | #include "MetasoundFrontendController.h" |
FConstClassAccessPtr FindClass
(
const FNodeRegistryKey & InKey
) const
A pointer to the found object, or nullptr if it could not be found.
FindClass(const FMetasoundFrontendClassMetadata &)
Description
Returns an existing Metasound class description corresponding to a dependency which matches the provided class information.
| Name | FindClass |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendController.h |
| Include Path | #include "MetasoundFrontendController.h" |
FConstClassAccessPtr FindClass
(
const FMetasoundFrontendClassMetadata & InMetadata
) const
A pointer to the found object, or nullptr if it could not be found.