ISoundGenerator::GetNextBuffer

Retrieves the next buffer of audio from the generator, called from the audio mixer.

Windows
MacOS
Linux

References

Module

Engine

Header

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

Include

#include "Sound/SoundGenerator.h"

Source

/Engine/Source/Runtime/Engine/Private/SoundGenerator.cpp

Syntax

int32 GetNextBuffer
(
    float * OutAudio,
    int32 NumSamples,
    bool bRequireNumberSamples
)

Remarks

Retrieves the next buffer of audio from the generator, called from the audio mixer.

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