FSoundGeneratorNull

Null implementation of [ISoundGenerator](API\Runtime\Engine\Sound\ISoundGenerator) which no-ops audio generation.

Windows
MacOS
Linux

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

Name Description

Public function Virtual

int32

 

OnGenerateAudio

(
    float* OutAudio,
    int32 NumSamples
)

Called when a new buffer is required.

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