FMixerSubmix::GenerateEffectChainAudio

Generates audio from the given effect chain into the given buffer.

Windows
MacOS
Linux

References

Module

AudioMixer

Header

/Engine/Source/Runtime/AudioMixer/Public/AudioMixerSubmix.h

Include

#include "AudioMixerSubmix.h"

Source

/Engine/Source/Runtime/AudioMixer/Private/AudioMixerSubmix.cpp

Syntax

bool GenerateEffectChainAudio
(
    FSoundEffectSubmixInputData & InputData,
    AlignedFloatBuffer & InAudioBuffer,
    TArray< FSoundEffectSubmixPtr > & InEffectChain,
    AlignedFloatBuffer & OutBuffer
)

Remarks

Generates audio from the given effect chain into the given buffer.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss