Navigation
API > API/Plugins > API/Plugins/PixelStreaming > API/Plugins/PixelStreaming/UPixelStreamingAudioComponent
- USynthComponent::CreateSoundGenerator()
- UPixelStreamingAudioComponent::CreateSoundGenerator()
References
| Module | PixelStreaming |
| Header | /Engine/Plugins/Media/PixelStreaming/Source/PixelStreaming/Public/PixelStreamingAudioComponent.h |
| Include | #include "PixelStreamingAudioComponent.h" |
| Source | /Engine/Plugins/Media/PixelStreaming/Source/PixelStreaming/Private/PixelStreamingAudioComponent.cpp |
virtual ISoundGeneratorPtr CreateSoundGenerator
&40;
const FSoundGeneratorInitParams & InParams
&41;
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.