UAudioAnalyzerNRTSettings

[UAudioAnalyzerNRTSettings](API\Runtime\AudioAnalyzer\UAudioAnalyzerNRTSettings)

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

AudioAnalyzer

Header

/Engine/Source/Runtime/AudioAnalyzer/Classes/AudioAnalyzerNRT.h

Include

#include "AudioAnalyzerNRT.h"

Syntax

class UAudioAnalyzerNRTSettings : public UAudioAnalyzerAsset

Remarks

UAudioAnalyzerNRTSettings

UAudioAnalyzerNRTSettings provides a way to store and reuse existing analyzer settings across multipler analyzers. This class provides the interface and functionality to automatically trigger reanalysis of audio across all analyzers associated with this settingwhen when a UPROPERTY in this setting object is edited.

Variables

Name Description

Public variable

FAnalyzeAudioDe...

 

AnalyzeAudioDelegate

Functions

Name Description

Public function Virtual

bool

 

ShouldEventTriggerAnalysis

(
    FPropertyChangedEvent& PropertyCha...
)

This returns true when the PropertyChangeEvent is due to update a setting property.

Overridden from UObject

Name Description

Public function Virtual

void

 

PostEditChangeProperty

(
    FPropertyChangedEvent& PropertyCha...
)

Called when a UPROPERTY of this class is edited.

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