FFFTFactory

[FFFTFactory](API\Runtime\SignalProcessing\DSP\FFFTFactory)

Windows
MacOS
Linux

References

Module

SignalProcessing

Header

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

Include

#include "DSP/FFTAlgorithm.h"

Syntax

class FFFTFactory

Remarks

FFFTFactory

FFFTFactory creates fft algorithms. It will choose hardware accelerated versions of the FFT when they are available.

Functions

Name Description

Public function Static

bool

 

AreFFTSettingsSupported

(
    const FFFTSettings& InSettings,
    const FName& InAlgorithmFactoryNam...
)

AreFFTSettingsSupported

Public function Static

TUniquePtr< ...

 

NewFFTAlgorithm

(
    const FFFTSettings& InSettings,
    const FName& InAlgorithmFactoryNam...
)

NewFFTAlgorithm

Creates and returns a new FFTAlgorithm.

Constants

Name

Description

AnyAlgorithmFactory

This denotes that no specific IFFTAlgorithmFactory is desired.

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