FIntegerDelay::FIntegerDelay

InMaxDelaySamples is the maximum supported delay. InDelaySamples is the initial delay in samples.

Windows
MacOS
Linux

References

Module

SignalProcessing

Header

/Engine/Source/Runtime/SignalProcessing/Public/DSP/IntegerDelay.h

Include

#include "DSP/IntegerDelay.h"

Source

/Engine/Source/Runtime/SignalProcessing/Private/IntegerDelay.cpp

Syntax

FIntegerDelay
(
    int32 InMaxNumDelaySamples,
    int32 InNumDelaySamples,
    int32 InNumInternalBufferSamples
)

Remarks

InMaxDelaySamples is the maximum supported delay. InDelaySamples is the initial delay in samples.

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