MatineeKeyReduction::IsEquivalent

Float-float comparison that allows for a certain error in the floating point values due to floating-point operations never being exact.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/Interpolation.h

Include

#include "Interpolation.h"

Syntax

namespace MatineeKeyReduction
{
    static bool MatineeKeyReduction::IsEquivalent
    (
        float a,
        float b,
        float Tolerance
    )
}

Remarks

Float-float comparison that allows for a certain error in the floating point values due to floating-point operations never being exact.

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