Navigation
API > API/Plugins > API/Plugins/MetasoundEngine > API/Plugins/MetasoundEngine/FMetaSoundAssetManager
Description
Returns all asset query info 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.
Virtual Inheritance
- IMetaSoundAssetManager::FindRegisteredClassInfo → FMetaSoundAssetManager::FindRegisteredClassInfo
| Name | FindRegisteredClassInfo |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Public/MetasoundAssetSubsystem.h |
| Include Path | #include "MetasoundAssetSubsystem.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Private/MetasoundAssetSubsystem.cpp |
virtual TArray < Frontend::FMetaSoundClassInfo > FindRegisteredClassInfo
(
const FMetaSoundAssetKey & InKey
) const