Navigation
API > API/Runtime > API/Runtime/SlateCore
Indicates the method of clipping that should be used on the GPU.
| Name | EClippingMethod |
| Type | enum |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Layout/Clipping.h |
| Include Path | #include "Layout/Clipping.h" |
Syntax
enum EClippingMethod
{
Scissor,
Stencil,
}
Values
| Name | Remarks |
|---|---|
| Scissor | |
| Stencil |