Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FAudioDevice
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/AudioDevice.h |
| Include | #include "AudioDevice.h" |
| Source | /Engine/Source/Runtime/Engine/Private/AudioDevice.cpp |
void PushSoundMixModifier
(
USoundMix * SoundMix,
bool bIsPassive,
bool bIsRetrigger
)
Remarks
Push a SoundMix onto the Audio Device's list.
Parameters
| Name | Description |
|---|---|
| SoundMix | The SoundMix to push. |
| bIsPassive | Whether this is a passive push from a playing sound. |