FIntegerDelay::SetDelayLengthSamples

Sets the current delay in samples. InDelay must be less than or equal to the InMaxDelaySamples set in the constructor.

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

void SetDelayLengthSamples
(
    int32 InNumDelaySamples
)

Remarks

Sets the current delay in samples. InDelay must be less than or equal to the InMaxDelaySamples set in the constructor.

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