unreal.AudioAnalyzerNRT
¶
- class unreal.AudioAnalyzerNRT(outer: Object | None = None, name: Name | str = 'None')¶
Bases:
AudioAnalyzerAssetBase
UAudioAnalyzerNRT
UAudioAnalyzerNRT applies an analyzer to a sound using specific settings, stores the results and exposes them via blueprints.
Subclasses of UAudioAnalyzerNRT must implement GetAnalyzerNRTFactoryName() to associate the UAudioAnalyzerNRT with an IAudioAnalyzerNRTFactory implementation.
To support blueprint access, subclasses can implement UFUNCTIONs to expose the data returned by GetResult().
C++ Source:
Module: AudioAnalyzer
File: AudioAnalyzerNRT.h
Editor Properties: (see get_editor_property/set_editor_property)
duration_in_seconds
(float): [Read-Write] The duration of the analyzed audio in seconds.sound
(SoundWave): [Read-Write] The USoundWave which is analyzed.