FConstantQNRTFactory::NewWorker

Create a new [FConstantQNRTWorker](API\Plugins\AudioSynesthesiaCore\FConstantQNRTWorker)

Windows
MacOS
Linux

Override Hierarchy

IAnalyzerNRTFactory::NewWorker()

FConstantQNRTFactory::NewWorker()

References

Module

AudioSynesthesiaCore

Header

/Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesiaCore/Public/ConstantQNRTFactory.h

Include

#include "ConstantQNRTFactory.h"

Source

/Engine/Plugins/Runtime/AudioSynesthesia/Source/AudioSynesthesiaCore/Private/ConstantQNRTFactory.cpp

Syntax

virtual TUniquePtr< IAnalyzerNRTWorker > NewWorker
(
    const FAnalyzerNRTParameters & InParams,
    const IAnalyzerNRTSettings * InSettings
) const

Remarks

Create a new FConstantQNRTWorker

InSettings must be a pointer to FConstantQNRTSetting

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss