Navigation
API > API/Runtime > API/Runtime/SignalProcessing > API/Runtime/SignalProcessing/FFFTFactory
Description
AreFFTSettingsSupported
Returns true if a valid FFT algorithm can be created which satifies the given settings.
| Name | AreFFTSettingsSupported |
| Type | function |
| Header File | /Engine/Source/Runtime/SignalProcessing/Public/DSP/FFTAlgorithm.h |
| Include Path | #include "DSP/FFTAlgorithm.h" |
| Source | /Engine/Source/Runtime/SignalProcessing/Private/FFTAlgorithm.cpp |
static bool AreFFTSettingsSupported
(
const FFFTSettings & InSettings,
const FName & InAlgorithmFactoryName
)
True if settings are supported. Otherwise false.
Parameters
| Name | Remarks |
|---|---|
| InSettings | Settings describing desired FFT algorithm. |
| InAlgorithmFactoryName | If not equal to FFFTFactory::AnyAlgorithmFactory, will only uses FFT algorithm facotry if IFFTAlgorithmFactory::GetFactoryName() equals InAlgorithmFactoryName. |