FFFTFactory::AreFFTSettingsSupported

AreFFTSettingsSupported

Windows
MacOS
Linux

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

Syntax

static bool AreFFTSettingsSupported
(
    const FFFTSettings & InSettings,
    const FName & InAlgorithmFactoryName
)

Remarks

AreFFTSettingsSupported

Returns true if a valid FFT algorithm can be created which satifies the given settings.

Returns

True if settings are supported. Otherwise false.

Parameters

Parameter

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.

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