IMetaSoundAssetManager::FindObjectPathFromKey

Returns path associated with the given key (null if key is not registered with the AssetManager or was not loaded from asset)

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

IMetaSoundAssetManager::FindObjectPathFromKey()

UMetaSoundAssetSubsystem::FindObjectPathFromKey()

References

Module

MetasoundFrontend

Header

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

Include

#include "MetasoundAssetManager.h"

Syntax

const FSoftObjectPath * FindObjectPathFromKey
(
    const Metasound::Frontend::FNodeRegistryKey & InRegistryKey
) const

Remarks

Returns path associated with the given key (null if key is not registered with the AssetManager or was not loaded from asset)