Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Layout > API/Runtime/SlateCore/Layout/FSlateRect > API/Runtime/SlateCore/Layout/FSlateRect/IntersectionWith
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Layout/SlateRect.h |
| Include | #include "Layout/SlateRect.h" |
FSlateRect IntersectionWith
(
const FSlateRect & Other,
bool & OutOverlapping
) const
Remarks
Returns the rectangle that is the intersection of this rectangle and Other, as well as if they were overlapping at all. Rectangle over intersection.
Parameters
| Name | Description |
|---|---|
| Other | The other rectangle |
| OutOverlapping | [Out] Was there any overlap with the other rectangle. |