UAudioAnalyzerNRT::PostEditChangeProperty

Called when a UPROPERTY of this class is edited.

Windows
MacOS
Linux

Override Hierarchy

UObject::PostEditChangeProperty()

UAudioAnalyzerNRT::PostEditChangeProperty()

References

Module

AudioAnalyzer

Header

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

Include

#include "AudioAnalyzerNRT.h"

Source

/Engine/Source/Runtime/AudioAnalyzer/Private/AudioAnalyzerNRT.cpp

Syntax

virtual void PostEditChangeProperty
(
    struct FPropertyChangedEvent & PropertyChangedEvent
)

Remarks

Called when a UPROPERTY of this class is edited. Triggering reanalysis of audio when appropriate and binds new settings if the UPROPERTY is a UAudioAnalyzerNRTSettings derived object.

This determines whether to trigger analysis by calling ShouldEventTriggerAnalysis(...)

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