Navigation
API > API/Runtime > API/Runtime/SignalProcessing > API/Runtime/SignalProcessing/DSP
References
| Module | SignalProcessing |
| Header | /Engine/Source/Runtime/SignalProcessing/Public/DSP/FFTAlgorithm.h |
| Include | #include "DSP/FFTAlgorithm.h" |
Syntax
class FFFTFactory
Remarks
FFFTFactory creates fft algorithms. It will choose hardware accelerated versions of the FFT when they are available.
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | AreFFTSettingsSupported
(
const FFFTSettings& InSettings, |
AreFFTSettingsSupported | |
| TUniquePtr< IFFTAlgorithm > | NewFFTAlgorithm
(
const FFFTSettings& InSettings, |
NewFFTAlgorithmCreates and returns a new FFTAlgorithm. |
Constants
| Name | Description |
|---|---|
| AnyAlgorithmFactory | This denotes that no specific IFFTAlgorithmFactory is desired. |