FLoudnessNRTFactory

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

Windows
MacOS
Linux

Inheritance Hierarchy

IModularFeature

IAnalyzerNRTFactory

FLoudnessNRTFactory

References

Module

AudioSynesthesiaCore

Header

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

Include

#include "LoudnessNRTFactory.h"

Syntax

class FLoudnessNRTFactory : public Audio::IAnalyzerNRTFactory

Remarks

FLoudnessNRTFactory

Defines the LoudnessNRT analyzer and creates related classes.

Overridden from IAnalyzerNRTFactory

Name Description

Public function Virtual Const

FName

 

GetName()

Name of specific analyzer type.

Public function Virtual Const

FString

 

GetTitle()

Human readable name of analyzer.

Public function Virtual Const

TUniquePtr< ...

 

NewResult()

Creates a new FLoudnessNRTResult

Public function Virtual Const

TUniquePtr< ...

 

NewWorker

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

Creates a new FLoudnessNRTWorker.

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