FSpectrumBandExtractorSpectrumSettings

Settings describing the spectrum used for in the band extractor.

Windows
MacOS
Linux

References

Module

SignalProcessing

Header

/Engine/Source/Runtime/SignalProcessing/Public/DSP/SpectrumAnalyzer.h

Include

#include "DSP/SpectrumAnalyzer.h"

Syntax

struct FSpectrumBandExtractorSpectrumSettings

Remarks

Settings describing the spectrum used for in the band extractor.

Variables

Name Description

Public variable

EFFTScaling

 

FFTScaling

Forward scaling of FFT used in spectrum analyzer

Public variable

int32

 

FFTSize

Size of fft used in spectrum analyzer

Public variable

float

 

SampleRate

Sample rate of audio

Public variable

EWindowType

 

WindowType

Window used when perform FFT

Constructors

Operators

Name Description

Public function Const

bool

 

operator!=

(
    const FSpectrumBandExtractorSpectru...
)

Compare whether two settings structures are not equal.

Public function Const

bool

 

operator==

(
    const FSpectrumBandExtractorSpectru...
)

Compare whether two settings structures are equal.

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