Choose your operating system:
Windows
macOS
Linux
| FMetasoundAssetBase::GetReferencedAssetClassCache()
|
Module |
|
Header |
/Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Public/MetasoundSource.h |
Include |
#include "MetasoundSource.h" |
Source |
/Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Private/MetasoundSource.cpp |
virtual TSet< FSoftObjectPath > & GetReferencedAssetClassCache()
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.