Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/FMetaSoundClassInfo
Description
If asset is loaded, retrieves version number from loaded data. Otherwise, parses just the tag data necessary to get the given asset's version number. Does not attempt to load asset, and will fail if data is not found and asset isn't loaded.
| Name | TryGetClassVersion |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundFrontendQuery.h |
| Include Path | #include "MetasoundFrontendQuery.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Private/MetasoundFrontendQuery.cpp |
static bool TryGetClassVersion
(
const FAssetData & InAssetData,
FMetasoundFrontendVersionNumber & OutKey
)