UAudioAnalyzerNRTSettings::PostEditChangeProperty

Called when a UPROPERTY of this class is edited.

Windows
MacOS
Linux

Override Hierarchy

UObject::PostEditChangeProperty()

UAudioAnalyzerNRTSettings::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. Triggers reanalysis of audio.

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