Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Sound > API/Runtime/Engine/Sound/USoundSubmixWithParentBase
- USoundSubmixBase::IsDynamic()
- USoundSubmixWithParentBase::IsDynamic()
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Sound/SoundSubmix.h |
| Include | #include "Sound/SoundSubmix.h" |
| Source | /Engine/Source/Runtime/Engine/Private/SoundSubmix.cpp |
virtual bool IsDynamic
(
const bool bIncludeAncestors
) const
Remarks
If this Submix is (or any of its parents are marked dynamic).
Parameters
| Name | Description |
|---|---|
| bIncludeAncestors | Whether to traverse upwards through the ancestors looking for anything with a dynamic flag. |