Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/AudioAnalyzer/Classes/AudioAnalyzerNRT.h |
Include |
#include "AudioAnalyzerNRT.h" |
class UAudioAnalyzerNRTSettings : public UAudioAnalyzerAssetBase
Interface for Non Real-Time (NRT) Audio Analyzer UObjects. UAudioAnalyzerNRTSettings
UAudioAnalyzerNRTSettings provides a way to store and reuse existing analyzer settings across multiple analyzers. This class provides the interface and functionality to automatically trigger reanalysis of audio across all analyzers associated with this setting when when a UPROPERTY in this setting object is edited.
Name | Description | ||
---|---|---|---|
|
AnalyzeAudioDelegate |
Name | Description | ||
---|---|---|---|
|
ShouldEventTriggerAnalysis ( |
This returns true when the PropertyChangeEvent is due to update a setting property. |
Name | Description | ||
---|---|---|---|
|
PostEditChangeProperty ( |
Called when a UPROPERTY of this class is edited. |