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