Navigation
API > API/Runtime > API/Runtime/AudioAnalyzer > API/Runtime/AudioAnalyzer/UAudioAnalyzerNRTSettings
Description
This returns true when the PropertyChangeEvent is due to update a setting property. Override this method in order to customize this behavior.
| Name | ShouldEventTriggerAnalysis |
| Type | function |
| Header File | /Engine/Source/Runtime/AudioAnalyzer/Classes/AudioAnalyzerNRT.h |
| Include Path | #include "AudioAnalyzerNRT.h" |
| Source | /Engine/Source/Runtime/AudioAnalyzer/Private/AudioAnalyzerNRT.cpp |
virtual bool ShouldEventTriggerAnalysis
(
struct FPropertyChangedEvent & PropertyChangeEvent
)