Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/IMetaSoundAssetManager
Description
Returns all class info associated with the given asset key (may be more than one due to errors in duplication of assets, improper plugin migration, etc. but should usually just be a single entry) registered with the manager. Info may not be returned if the asset has yet to be registered with the MetaSoundAssetManager or may be out-of-date if edited after last registration attempt via AddOrUpdate... calls.
| Name | FindRegisteredClassInfo |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundAssetManager.h |
| Include Path | #include "MetasoundAssetManager.h" |
TArray < Frontend::FMetaSoundClassInfo > FindRegisteredClassInfo
(
const FMetaSoundAssetKey & InKey
) const