USoundBase::CreateSoundGenerator

Creates a sound generator instance from this sound base.

Windows
MacOS
Linux

Override Hierarchy

USoundBase::CreateSoundGenerator()

USynthSound::CreateSoundGenerator()

References

Module

Engine

Header

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

Include

#include "Sound/SoundBase.h"

Syntax

virtual ISoundGeneratorPtr CreateSoundGenerator
(
    int32 InSampleRate,
    int32 InNumChannels
)

Remarks

Creates a sound generator instance from this sound base. Return true if this is being implemented by a subclass. Sound generators procedurally generate audio in the audio render thread.

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