Navigation
API > API/Plugins > API/Plugins/AudioSynesthesiaCore > API/Plugins/AudioSynesthesiaCore/FConstantQNRTFactory
Description
Create a new FConstantQNRTWorker
InSettings must be a pointer to FConstantQNRTSetting
| Name | NewWorker |
| Type | function |
| Header File | /Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesiaCore/Public/ConstantQNRTFactory.h |
| Include Path | #include "ConstantQNRTFactory.h" |
| Source | /Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesiaCore/Private/ConstantQNRTFactory.cpp |
virtual TUniquePtr < IAnalyzerNRTWorker > NewWorker
(
const FAnalyzerNRTParameters & InParams,
const IAnalyzerNRTSettings * InSettings
) const