Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Sound > API/Runtime/Engine/Sound/ISoundGenerator
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 |
int32 GetNextBuffer
(
float * OutAudio,
int32 NumSamples,
bool bRequireNumberSamples
)
Remarks
Retrieves the next buffer of audio from the generator, called from the audio mixer.