Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/FSoundEffectSubmix
Description
Processes audio in the submix effect.
If the audio cannot be processed, this function will return false and OutData will not be altered.
| Name | ProcessAudio |
| Type | function |
| Header File | /Engine/Source/Runtime/Engine/Classes/Sound/SoundEffectSubmix.h |
| Include Path | #include "Sound/SoundEffectSubmix.h" |
| Source | /Engine/Source/Runtime/Engine/Private/SoundEffectSubmix.cpp |
bool ProcessAudio
(
FSoundEffectSubmixInputData & InData,
FSoundEffectSubmixOutputData & OutData
)