IMetaSoundAssetManager::TryLoadReferencedAssets

Try to load referenced assets of the given asset or return them if they are already loaded (non-recursive).

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

IMetaSoundAssetManager::TryLoadReferencedAssets()

UMetaSoundAssetSubsystem::TryLoadReferencedAssets()

References

Module

MetasoundFrontend

Header

/Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundAssetManager.h

Include

#include "MetasoundAssetManager.h"

Syntax

bool TryLoadReferencedAssets
(
    const FMetasoundAssetBase & InAssetBase,
    TArray< FMetasoundAssetBase * > & OutReferencedAssets
) const

Remarks

Try to load referenced assets of the given asset or return them if they are already loaded (non-recursive).

Returns

  • True if all referenced assets successfully loaded, false if not.