Navigation
API > API/Plugins > API/Plugins/MetasoundEngine > API/Plugins/MetasoundEngine/FMetaSoundAssetManager
Description
Attempts to find the most recent class query info for the asset at the given path without loading asset.
If asset is loaded, builds tag data from asset (to ensure version provided is "freshest" if it has been edited but not re-serialized.
If asset is not loaded: a. Returns entry in Manager if sole entry found. b. If not registered or multiple entries found (may be more than one due to errors in duplication of assets, improper plugin migration), builds directly from the asset data last serialized with the given path/asset. c. If the asset data is out-of-date or not found, returns invalid query info.
| Name | FindAssetClassInfo |
| 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 |
Frontend::FMetaSoundAssetClassInfo FindAssetClassInfo
(
const FTopLevelAssetPath & InPath
) const