Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/IMetaSoundAssetManager
Description
Adds missing assets using the provided asset's local reference class cache. Used to prime system from asset attempting to register prior to asset scan being complete. Returns true if references were added, false if it they are already found.
| Name | AddAssetReferences |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundAssetManager.h |
| Include Path | #include "MetasoundAssetManager.h" |
bool AddAssetReferences
(
FMetasoundAssetBase & InAssetBase
)