FOnsetNRTFactory::NewWorker

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

Windows
MacOS
Linux

Override Hierarchy

IAnalyzerNRTFactory::NewWorker()

FOnsetNRTFactory::NewWorker()

References

Module

AudioSynesthesiaCore

Header

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

Include

#include "OnsetNRTFactory.h"

Source

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

Syntax

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

Remarks

Create a new FOnsetNRTWorker

InSettings must be a pointer to FOnsetNRTSetting

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