FOnsetNRTFactory

[FOnsetNRTFactory](API\Plugins\AudioSynesthesiaCore\FOnsetNRTFactory)

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

AudioSynesthesiaCore

Header

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

Include

#include "OnsetNRTFactory.h"

Syntax

class FOnsetNRTFactory : public Audio::IAnalyzerNRTFactory

Remarks

FOnsetNRTFactory

Factory for creating FOnsetNRT workers and results

Overridden from IAnalyzerNRTFactory

Name Description

Public function Virtual Const

FName

 

GetName()

Name of this analyzer type.

Public function Virtual Const

FString

 

GetTitle()

Human readable name of this analyzer.

Public function Virtual Const

TUniquePtr< ...

 

NewResult()

Create a new FOnsetNRTResult.

Public function Virtual Const

TUniquePtr< ...

 

NewWorker

(
    const FAnalyzerNRTParameters& InPa...,
    const IAnalyzerNRTSettings* In...
)

Create a new FOnsetNRTWorker

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