Navigation
API > API/Runtime > API/Runtime/AudioMixer > API/Runtime/AudioMixer/Components > API/Runtime/AudioMixer/Components/USynthComponent
References
| Module | AudioMixer |
| Header | /Engine/Source/Runtime/AudioMixer/Public/Components/SynthComponent.h |
| Include | #include "Components/SynthComponent.h" |
virtual ISoundGeneratorPtr CreateSoundGenerator
(
const FSoundGeneratorInitParams & InParams
)
Remarks
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.