unreal.AudioAnalyzerNRT

class unreal.AudioAnalyzerNRT(outer=None, name='None')

Bases: unreal.AudioAnalyzerAsset

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.

property duration_in_seconds

[Read-Only] The duration of the analyzed audio in seconds.

Type

(float)

property sound

[Read-Only] The USoundWave which is analyzed.

Type

(SoundWave)