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
enum EClippingMethod
{
Scissor,
Stencil,
}
Values
| Name | Description |
|---|---|
| Scissor | |
| Stencil |
Remarks
Indicates the method of clipping that should be used on the GPU.