Navigation
API > API/Plugins > API/Plugins/MetasoundEngine > API/Plugins/MetasoundEngine/UMetaSoundSource
Description
Find the Source related to this Preset.
If this MetaSound is a preset and preset graph inflation is enabled, this will traverse the MetaSound Preset hierarchy until a UMetaSoundSource is found which is either
- Not a preset AND/OR
- Has modified constructor pin overrides.
| Name | FindFirstNoninflatableSource |
| Type | function |
| Header File | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Public/MetasoundSource.h |
| Include Path | #include "MetasoundSource.h" |
| Source | /Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Private/MetasoundSource.cpp |
const UMetaSoundSource & FindFirstNoninflatableSource
(
Metasound::FMetasoundEnvironment & InOutEnvironment,
TFunctionRef < void &)> OnTraversal
) const