PointsEqual

Returns true if the specified points are about equal

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Public/MeshBuild.h

Include

#include "MeshBuild.h"

Syntax

bool PointsEqual
(
    const FVector & V1,
    const FVector & V2,
    bool bUseEpsilonCompare
)

Remarks

Returns true if the specified points are about equal

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