FIntRect::Intersect

Returns true if the two rects have any overlap.

Choose your operating system:

Windows

macOS

Linux

References

Module

Core

Header

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

Include

#include "Math/IntRect.h"

Syntax

bool Intersect
(
    const FIntRect & Other
) const

Remarks

Returns true if the two rects have any overlap.