Audio::UnderflowClamp

Clamps floats to 0 if they are in sub-normal range.

Windows
MacOS
Linux

References

Module

SignalProcessing

Header

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

Include

#include "DSP/Dsp.h"

Syntax

namespace Audio
{
    static float Audio::UnderflowClamp
    (
        const float InValue
    )
}

Remarks

Clamps floats to 0 if they are in sub-normal range.

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