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