Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Sound
Inheritance Hierarchy
- ISoundGenerator
- FSoundGeneratorNull
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/Sound/SoundGenerator.h |
| Include | #include "Sound/SoundGenerator.h" |
Syntax
class FSoundGeneratorNull : public ISoundGenerator
Remarks
Null implementation of ISoundGenerator which no-ops audio generation.
Overridden from ISoundGenerator
| Type | Name | Description | |
|---|---|---|---|
| int32 | OnGenerateAudio
(
float* OutAudio, |
Called when a new buffer is required. |