Navigation
Unreal Engine C++ API Reference > Runtime > Engine > Sound > USoundBase > CreateSoundGenerator
- USoundBase::CreateSoundGenerator()
- USynthSound::CreateSoundGenerator()
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/Sound/SoundBase.h |
Include | #include "Sound/SoundBase.h" |
virtual ISoundGeneratorPtr CreateSoundGenerator
&40;
const FSoundGeneratorInitParams & InParams
&41;
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.