FSoundSpectrumAnalyzerDelegateSettings

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Sound/SoundSubmix.h

Include

#include "Sound/SoundSubmix.h"

Syntax

struct FSoundSpectrumAnalyzerDelegateSettings

Variables

Name Description

Public variable

float

 

AutoRangeAttackTime

The time in seconds for the range to expand to a new observed range.

Public variable

float

 

AutoRangeReleaseTime

The time in seconds for the range to shrink to a new observed range.

Public variable

TArray< FSoundS...

 

BandSettings

Settings for individual bands.

Public variable

bool

 

bDoAutoRange

If true, the band values are tracked to always have values between 0 and 1.

Public variable

bool

 

bDoNormalize

If true, returned values are scaled between 0 and 1.

Public variable

float

 

DecibelNoiseFloor

The decibel level considered silence.

Public variable

float

 

UpdateRate

Number of times a second the delegate is triggered.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss