FConstantQNRTFactory

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

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

IModularFeature

IAnalyzerNRTFactory

FConstantQNRTFactory

References

Module

AudioSynesthesiaCore

Header

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

Include

#include "ConstantQNRTFactory.h"

Syntax

class FConstantQNRTFactory : public Audio::IAnalyzerNRTFactory

Remarks

FConstantQNRTFactory

Factory for creating FConstantQNRT 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 FConstantQNRTResult.

Public function Virtual Const

TUniquePtr< ...

 

NewWorker

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

Create a new FConstantQNRTWorker