Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FSlateClippingZone
Description
Intersects two clipping zones and returns the new clipping zone that would need to be used. This can only be called between two axis aligned clipping zones.
| Name | Intersect |
| Type | function |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Layout/Clipping.h |
| Include Path | #include "Layout/Clipping.h" |
| Source | /Engine/Source/Runtime/SlateCore/Private/Layout/Clipping.cpp |
FSlateClippingZone Intersect
(
const FSlateClippingZone & Other
) const