USoundWaveProcedural::QueueAudio

Add data to the FIFO that feeds the audio device.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Sound/SoundWaveProcedural.h

Include

#include "Sound/SoundWaveProcedural.h"

Source

/Engine/Source/Runtime/Engine/Private/SoundWaveProcedural.cpp

Syntax

void QueueAudio
(
    const uint8 * AudioData,
    const int32 BufferSize
)

Remarks

Add data to the FIFO that feeds the audio device.

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