Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/IMetaSoundAssetManager
References
| Module | MetasoundFrontend |
| Header | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundAssetManager.h |
| Include | #include "MetasoundAssetManager.h" |
bool TryLoadReferencedAssets
(
const FMetasoundAssetBase & InAssetBase,
TArray < FMetasoundAssetBase * > & OutReferencedAssets
) 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.