Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/IMetaSoundAssetManager
- IMetaSoundAssetManager::TryLoadReferencedAssets()
- UMetaSoundAssetSubsystem::TryLoadReferencedAssets()
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundAssetManager.h |
| Include | #include "MetasoundAssetManager.h" |
bool TryLoadReferencedAssets
&40;
const FMetasoundAssetBase & InAssetBase,
TArray< FMetasoundAssetBase &42; > & OutReferencedAssets
&41; const
Remarks
Try to load referenced assets of the given asset or return them if they are already loaded (non-recursive).
- True if all referenced assets successfully loaded, false if not.