FConstantQNRTFactory

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

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

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