UAudioAnalyzerNRTSettings::ShouldEventTriggerAnalysis

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

Windows
MacOS
Linux

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 bool ShouldEventTriggerAnalysis
(
    struct FPropertyChangedEvent & PropertyChangeEvent
)

Remarks

This returns true when the PropertyChangeEvent is due to update a setting property. Override this method in order to customize this behavior.

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