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