Navigation
API > API/Plugins > API/Plugins/AudioSynesthesiaCore > API/Plugins/AudioSynesthesiaCore/FLKFSNRTFactory
Description
Creates a new FLKFSNRTWorker. This expects IAnalyzerNRTSettings to be a valid pointer to a FLKFSNRTSettings object.
| Name | NewWorker |
| Type | function |
| Header File | /Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesiaCore/Public/LKFSNRTFactory.h |
| Include Path | #include "LKFSNRTFactory.h" |
| Source | /Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesiaCore/Private/LKFSNRTFactory.cpp |
virtual TUniquePtr < IAnalyzerNRTWorker > NewWorker
(
const FAnalyzerNRTParameters & InParams,
const IAnalyzerNRTSettings * InSettings
) const