Navigation
API > API/Editor > API/Editor/AudioEditor > API/Editor/AudioEditor/SoundSubmixGraph > API/Editor/AudioEditor/SoundSubmixGraph/USoundSubmixGraph
References
Module | AudioEditor |
Header | /Engine/Source/Editor/AudioEditor/Classes/SoundSubmixGraph/SoundSubmixGraph.h |
Include | #include "SoundSubmixGraph/SoundSubmixGraph.h" |
Source | /Engine/Source/Editor/AudioEditor/Private/SoundSubmixGraph.cpp |
int32 RecursivelyGatherChildCounts
&40;
USoundSubmixBase &42; ParentSubmix,
TMap< USoundSubmixBase &42;, int32 > & OutChildCounts
&41;
Remarks
Recursively build a map of child counts for each SoundSubmix to arrange them correctly Total child count for ParentClass
Parameters
Name | Description |
---|---|
ParentClass | The class we are getting child counts for |
OutChildCounts | Map of child counts |