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

#include <FFTAlgorithm.h>

Public Attributes

int32 Log2Size
 
bool bArrays128BitAligned
 
bool bEnableHardwareAcceleration
 

Detailed Description

FFFTSettings

Settings for creating an IFFTAlgorithm.

Member Data Documentation

◆ bArrays128BitAligned

bool Audio::FFFTSettings::bArrays128BitAligned

If true, the algorithm expects input & ouput arrays to be 128bit aligned.

◆ bEnableHardwareAcceleration

bool Audio::FFFTSettings::bEnableHardwareAcceleration

If true, hardware accelerated algorithms are valid.

◆ Log2Size

int32 Audio::FFFTSettings::Log2Size

Log2Size of FFT algorithm.


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