IMetaSoundAssetManager::TryLoadAsset

Attempts to load an [FMetasoundAssetBase](API\Plugins\MetasoundFrontend\FMetasoundAssetBase) from the given path, or returns it if its already loaded.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

IMetaSoundAssetManager::TryLoadAsset()

UMetaSoundAssetSubsystem::TryLoadAsset()

References

Module

MetasoundFrontend

Header

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

Include

#include "MetasoundAssetManager.h"

Syntax

FMetasoundAssetBase * TryLoadAsset
(
    const FSoftObjectPath & InObjectPath
) const

Remarks

Attempts to load an FMetasoundAssetBase from the given path, or returns it if its already loaded.