TPolygon2::Overlaps

Check for polygon overlap, aka solid intersection.

Windows
MacOS
Linux

References

Module

GeometricObjects

Header

/Engine/Plugins/Experimental/GeometryProcessing/Source/GeometricObjects/Public/Polygon2.h

Include

#include "Polygon2.h"

Syntax

bool Overlaps
(
    const TPolygon2< T > & OtherPoly
) const

Remarks

Check for polygon overlap, aka solid intersection. (In contrast, note that the "Intersects" method checks for edge intersection)

Returns

true if the Polygon overlaps the OtherPolygon.

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