Navigation
API > API/Runtime > API/Runtime/AudioMixer > API/Runtime/AudioMixer/USynthComponent
Description
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.
| Name | CreateSoundGenerator |
| Type | function |
| Header File | /Engine/Source/Runtime/AudioMixer/Public/Components/SynthComponent.h |
| Include Path | #include "Components/SynthComponent.h" |
virtual ISoundGeneratorPtr CreateSoundGenerator
(
const FSoundGeneratorInitParams & InParams
)