| USynthComponent::CreateSoundGenerator()
|
Module |
|
Header |
/Engine/Plugins/Runtime/Synthesis/Source/Synthesis/Classes/SynthComponents/SynthComponentToneGenerator.h |
Include |
#include "SynthComponents/SynthComponentToneGenerator.h" |
Source |
/Engine/Plugins/Runtime/Synthesis/Source/Synthesis/Private/SynthComponentToneGenerator.cpp |
virtual ISoundGeneratorPtr CreateSoundGenerator
(
int32 InSampleRate,
int32 InNumChannels
)
Implemented by the synth component to create a generator object instead of generating audio directly on the synth component. This method prevents UObjects from having to exist in the audio render thread.