Navigation
API > API/Plugins > API/Plugins/AudioSynesthesiaCore > API/Plugins/AudioSynesthesiaCore/FSynesthesiaSpectrumAnalysisFact-
Description
Creates a new FSynesthesiaSpectrumAnalysisWorker. This expects IAnalyzerNRTSettings to be a valid pointer to a FSynesthesiaSpectrumAnalysisSettings object.
| Name | NewWorker |
| Type | function |
| Header File | /Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesiaCore/Public/SynesthesiaSpectrumAnalysisFactory.h |
| Include Path | #include "SynesthesiaSpectrumAnalysisFactory.h" |
| Source | /Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesiaCore/Private/SynesthesiaSpectrumAnalysisFactory.cpp |
virtual TUniquePtr < IAnalyzerWorker > NewWorker
(
const FAnalyzerParameters & InParams,
const IAnalyzerSettings * InSettings
) const