Navigation
API > API/Plugins > API/Plugins/MetasoundFrontend > API/Plugins/MetasoundFrontend/IMetaSoundAssetManager
Description
Get assets this asset is a preset of, recursively for presets of presets. This means finding all references including the last non preset, but not graphs used directly in non-preset composition. Ex. MetaSound A is a preset of MetaSound B, which is a preset of MetaSound C, which references D by composition -> When called on A, will return B and C. If not a preset, returns false.
| Name | GetReferencedPresetHierarchy |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundFrontend/Public/MetasoundAssetManager.h |
| Include Path | #include "MetasoundAssetManager.h" |
bool GetReferencedPresetHierarchy
(
FMetasoundAssetBase & InAsset,
TArray < FMetasoundAssetBase * > & OutReferencedAssets
) const