DisclaimerIf you use the site often and enjoy it, consider donating to help me cover the server costs, and motivate me to spend my time on this project. (Donate) (Crypto)

Classes

UAudioAnalyzerNRT

UAudioAnalyzerAsset > UObject

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().

Member Type Offset Share
Sound

The USoundWave which is analyzed.

USoundWave* 0x28
DurationInSeconds

The duration of the analyzed audio in seconds.

float 0x30