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