UAudioAnalyzerNRT::PreEditChange

Called before a UPROPERTY of this class is edited.

Windows
MacOS
Linux

Override Hierarchy

UObject::PreEditChange()

UAudioAnalyzerNRT::PreEditChange()

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 PreEditChange
(
    FProperty * PropertyAboutToChange
)

Remarks

Called before a UPROPERTY of this class is edited. This checks to see if the UPROPERTY is a UAudioAnalyzerNRTSettings. If so, the previous settings' AnalyzeAudioDelegate will be unbound from this object's AnalyzeAudio()

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