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
&40;
const FSlateRect & Other
&41; const
Remarks
Returns the rectangle that is the intersection of this rectangle and Other. Rectangle over intersection.
Parameters
| Name | Description |
|---|---|
| Other | The other rectangle |