Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/Layout
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/Layout/Clipping.h |
| Include | #include "Layout/Clipping.h" |
Syntax
class FSlateClippingManager
Remarks
The clipping manager maintain the running clip state. This is used for both maintain and for hit testing.
Constructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| TOptional< FSlateClippingState > | |||
| int32 | |||
| int32 | GetClippingIndexAtStackIndex
(
int32 StackIndex |
||
| const TArray< int32 > & | |||
| const TArray< FSlateClippingState > & | |||
| const FSlateClippingState * | GetPreviousClippingState
(
bool bWillIntersectWithParent |
||
| int32 | |||
| void | PopClip () |
||
| void | PopToStackIndex
(
int32 Index |
||
| int32 | PushClip
(
const FSlateClippingZone& InClippingZone |
||
| int32 | PushClippingState
(
const FSlateClippingState& InClipState |
||
| void |