Navigation
API > API/Runtime > API/Runtime/SlateCore
Indicates the method of clipping that should be used on the GPU.
| Name | EClippingFlags |
| Type | enum |
| Header File | /Engine/Source/Runtime/SlateCore/Public/Layout/Clipping.h |
| Include Path | #include "Layout/Clipping.h" |
Syntax
enum EClippingFlags
{
None = 0,
AlwaysClip = 1 << 0,
}
Values
| Name | Remarks |
|---|---|
| None | |
| AlwaysClip | If the clipping state is always clip, we cache it at a higher level. |