FTwoVectors::Equals

Error-tolerant comparison.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Math/TwoVectors.h

Include

#include "Math/TwoVectors.h"

Syntax

bool Equals
(
    const FTwoVectors & V,
    float Tolerance
) const

Remarks

Error-tolerant comparison.

Returns

true if two pairs are equal within specified tolerance, false otherwise..

Parameters

Parameter

Description

V

The other pair.

Tolerance

Error Tolerance.

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