FSlateRect::IntersectionWith

Returns the rectangle that is the intersection of this rectangle and Other.

Windows
MacOS
Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Layout/SlateRect.h

Include

#include "Layout/SlateRect.h"

Syntax

FSlateRect IntersectionWith
(
    const FSlateRect & Other
) const

Remarks

Returns the rectangle that is the intersection of this rectangle and Other.

Returns

Rectangle over intersection.

Parameters

Parameter

Description

Other

The other rectangle

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