UMetaSoundSource::GetReferencedAssetClassCache

Returns set of cached class references set on last registration prior to serialize.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

FMetasoundAssetBase::GetReferencedAssetClassCache()

UMetaSoundSource::GetReferencedAssetClassCache()

References

Module

MetasoundEngine

Header

/Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Public/MetasoundSource.h

Include

#include "MetasoundSource.h"

Source

/Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Private/MetasoundSource.cpp

Syntax

virtual TSet< FSoftObjectPath > & GetReferencedAssetClassCache()

Remarks

Returns set of cached class references set on last registration prior to serialize. Used at runtime to hint where to load referenced class if sound loads before AssetManager scan is completed. When registered hint paths to classes here can be superseded by another asset class if it shares the same key and has already been registered in the MetaSoundAssetManager.