FMetasoundAssetBase::GetReferencedAssetClassCache

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

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

References

Module

MetasoundFrontend

Header

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

Include

#include "MetasoundAssetBase.h"

Syntax

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.