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