FFFTFactory::NewFFTAlgorithm

NewFFTAlgorithm Creates and returns a new FFTAlgorithm.

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 TUniquePtr< IFFTAlgorithm > NewFFTAlgorithm
(
    const FFFTSettings & InSettings,
    const FName & InAlgorithmFactoryName
)

Remarks

NewFFTAlgorithm

Creates and returns a new FFTAlgorithm.

Returns

A TUniquePtr to the created FFT. This pointer can be invalid if an error occured or the fft algorithm could not be created.

Parameters

Parameter

Description

InSettings

The settings used to create the 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