Navigation
API > API/Plugins > API/Plugins/MetasoundEngine > API/Plugins/MetasoundEngine/UMetaSoundAssetSubsystem
Description
Returns info for all MetaSounds assets referencing the given MetaSound as a dependency. Only returns assets on disk (i.e. not in-memory, transient MetaSounds created by the builder API). (Optional) Only returns references that are presets of the given MetaSound if bOnlyPresets is true.
| Name | FindReferencingAssetClassInfo |
| 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 |
UFUNCTION (BlueprintCallable, Category="Audio|MetaSound|Utilities",
Meta=(DisplayName="Find Referencing Asset Class Info", AdvancedDisplay="5"))
bool FindReferencingAssetClassInfo
(
TScriptInterface < IMetaSoundDocumentInterface > MetaSound,
TArray < FTopLevelAssetPath > & OutPaths,
TArray < FMetaSoundDocumentInfo > & OutDocInfo,
TArray < FMetaSoundClassInterfaceInfo > & OutInterfaceInfo,
bool bOnlyPresets,
bool bForceLoad
) const