Navigation
API > API/Runtime > API/Runtime/AudioAnalyzer > API/Runtime/AudioAnalyzer/UAudioAnalyzerNRT
Description
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(...)
| Name | PostEditChangeProperty |
| Type | function |
| Header File | /Engine/Source/Runtime/AudioAnalyzer/Classes/AudioAnalyzerNRT.h |
| Include Path | #include "AudioAnalyzerNRT.h" |
| Source | /Engine/Source/Runtime/AudioAnalyzer/Private/AudioAnalyzerNRT.cpp |
void PostEditChangeProperty
(
struct FPropertyChangedEvent & PropertyChangedEvent
)