UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
Audio::FVectorComplexFFT Class Reference

Public Member Functions

 FVectorComplexFFT (int32 InLog2FFTSize)
 
 ~FVectorComplexFFT ()
 
void ForwardComplexToComplex (const float *RESTRICT InComplex, float *RESTRICT OutComplex)
 
void InverseComplexToComplex (const float *RESTRICT InComplex, float *RESTRICT OutComplex)
 

Static Public Attributes

static const int32 MinLog2FFTSize = 4
 
static const int32 MaxLog2FFTSize = 16
 

Constructor & Destructor Documentation

◆ FVectorComplexFFT()

Audio::FVectorComplexFFT::FVectorComplexFFT ( int32  InLog2FFTSize)
inline

◆ ~FVectorComplexFFT()

Audio::FVectorComplexFFT::~FVectorComplexFFT ( )
inline

Member Function Documentation

◆ ForwardComplexToComplex()

void Audio::FVectorComplexFFT::ForwardComplexToComplex ( const float *RESTRICT  InComplex,
float *RESTRICT  OutComplex 
)
inline

◆ InverseComplexToComplex()

void Audio::FVectorComplexFFT::InverseComplexToComplex ( const float *RESTRICT  InComplex,
float *RESTRICT  OutComplex 
)
inline

Member Data Documentation

◆ MaxLog2FFTSize

const int32 Audio::FVectorComplexFFT::MaxLog2FFTSize = 16
static

◆ MinLog2FFTSize

const int32 Audio::FVectorComplexFFT::MinLog2FFTSize = 4
static

The documentation for this class was generated from the following file: