Navigation
API > API/Runtime > API/Runtime/SignalProcessing > API/Runtime/SignalProcessing/DSP
Inheritance Hierarchy
- IModularFeature
- IFFTAlgorithmFactory
- FAudioFFTAlgorithmFactory
References
| Module | SignalProcessing |
| Header | /Engine/Source/Runtime/SignalProcessing/Public/DSP/FFTAlgorithm.h |
| Include | #include "DSP/FFTAlgorithm.h" |
Syntax
class IFFTAlgorithmFactory : public IModularFeature
Remarks
Factory interface for creating fft algorithms.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | AreFFTSettingsSupported
(
const FFFTSettings& InSettings |
Returns true if the input settings are supported by this factory. | |
| bool | If true, this implementation requires input and output arrays to be 128 bit aligned. | ||
| FName | Name of this particular factory. | ||
| const FName | Name of modular feature for FFT factory. | ||
| bool | If true, this implementation uses hardware acceleration. | ||
| TUniquePtr< IFFTAlgorithm > | NewFFTAlgorithm
(
const FFFTSettings& InSettings |
Creates a new FFT algorithm. |