![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <GPUFastFourierTransform.h>
Public Member Functions | |
| FFTDescription (const FFT_XFORM_TYPE &XForm, const FIntPoint &XFormExtent) | |
| FFTDescription () | |
| FIntPoint | TransformExtent () const |
| bool | IsHorizontal () const |
| bool | IsForward () const |
| const TCHAR * | FFT_TypeName () const |
Public Attributes | |
| FFT_XFORM_TYPE | XFormType = FFT_XFORM_TYPE::FORWARD_HORIZONTAL |
| uint32 | SignalLength = 0 |
| uint32 | NumScanLines = 0 |
| ERDGPassFlags | ComputePassFlags = ERDGPassFlags::Compute |
Encapsulation of the transform type and transform extent.
| GPUFFT::FFTDescription::FFTDescription | ( | const FFT_XFORM_TYPE & | XForm, |
| const FIntPoint & | XFormExtent | ||
| ) |
|
inline |
| const TCHAR * GPUFFT::FFTDescription::FFT_TypeName | ( | ) | const |
| bool GPUFFT::FFTDescription::IsForward | ( | ) | const |
| bool GPUFFT::FFTDescription::IsHorizontal | ( | ) | const |
| FIntPoint GPUFFT::FFTDescription::TransformExtent | ( | ) | const |
| ERDGPassFlags GPUFFT::FFTDescription::ComputePassFlags = ERDGPassFlags::Compute |
| uint32 GPUFFT::FFTDescription::NumScanLines = 0 |
| uint32 GPUFFT::FFTDescription::SignalLength = 0 |
| FFT_XFORM_TYPE GPUFFT::FFTDescription::XFormType = FFT_XFORM_TYPE::FORWARD_HORIZONTAL |