Navigation
API > API/Runtime > API/Runtime/Engine
Null implementation of ISoundGenerator which no-ops audio generation.
| Name | FSoundGeneratorNull |
| Type | class |
| Header File | /Engine/Source/Runtime/Engine/Classes/Sound/SoundGenerator.h |
| Include Path | #include "Sound/SoundGenerator.h" |
Syntax
class FSoundGeneratorNull : public ISoundGenerator
Implements Interfaces
Functions
Public
Overridden from ISoundGenerator
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual int32 OnGenerateAudio
(
float* OutAudio, |
Called when a new buffer is required. | Sound/SoundGenerator.h |