Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/IDocumentController
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FConstClassAccessPtr FindOrAddClass
(
const FMetasoundFrontendClassMetadata& InMetadata |
Attempts to find an existing Metasound class description corresponding to a dependency which matches the provided class information. | MetasoundFrontendController.h | |
FConstClassAccessPtr FindOrAddClass
(
const FNodeRegistryKey& InKey, |
Attempts to find an existing Metasound class description corresponding to a dependency which matches the provided class information. | MetasoundFrontendController.h |
FindOrAddClass(const FMetasoundFrontendClassMetadata &)
Description
Attempts to find an existing Metasound class description corresponding to a dependency which matches the provided class information. If the class is not found in the current dependencies, it is added to the dependencies.
| Name | FindOrAddClass |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendController.h |
| Include Path | #include "MetasoundFrontendController.h" |
FConstClassAccessPtr FindOrAddClass
(
const FMetasoundFrontendClassMetadata & InMetadata
)
A pointer to the object, or nullptr on error.
FindOrAddClass(const FNodeRegistryKey &, bool)
Description
Attempts to find an existing Metasound class description corresponding to a dependency which matches the provided class information. If the class is not found in the current dependencies, it is added to the dependencies. If found and bInRefreshFromRegistry is set (optional) , copies the version found in the registry to the document.
| Name | FindOrAddClass |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendController.h |
| Include Path | #include "MetasoundFrontendController.h" |
FConstClassAccessPtr FindOrAddClass
(
const FNodeRegistryKey & InKey,
bool bInRefreshFromRegistry
)
A pointer to the object, or nullptr on error.