Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/USoundSubmixWithParentBase
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual USoundSubmixBase * FindDynamicAncestor () |
Searching upwards from this Submix to the root looking for the first Submix marked Dynamic If this Submix is Dynamic this will be returned. | Sound/SoundSubmix.h | |
const USoundSubmixBase * FindDynamicAncestor () |
Const version. | Sound/SoundSubmix.h |
FindDynamicAncestor()
Description
Searching upwards from this Submix to the root looking for the first Submix marked Dynamic If this Submix is Dynamic this will be returned.
| Name | FindDynamicAncestor |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Sound/SoundSubmix.h |
| Include Path | #include "Sound/SoundSubmix.h" |
| Source | /Engine/Source/Runtime/Engine/Private/SoundSubmix.cpp |
virtual USoundSubmixBase * FindDynamicAncestor()
FindDynamicAncestor()
Description
Const version.
| Name | FindDynamicAncestor |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Sound/SoundSubmix.h |
| Include Path | #include "Sound/SoundSubmix.h" |
| Source | /Engine/Source/Runtime/Engine/Private/SoundSubmix.cpp |
const USoundSubmixBase * FindDynamicAncestor() const