Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Layout/Clipping.h |
Include |
#include "Layout/Clipping.h" |
class FSlateClippingState
Captures everything about a single draw calls clipping state.
Name | Description | ||
---|---|---|---|
|
ScissorRect |
If this is an axis aligned clipping state, this will be filled. |
|
|
StencilQuads |
If this is a more expensive stencil clipping zone, this will be filled. |
Name | Description | |
---|---|---|
|
FSlateClippingState ( |
|
|
FSlateClippingState ( |
Name | Description | ||
---|---|---|---|
|
GetAlwaysClip() |
||
|
EClippingMet... |
GetClippingMethod() |
Gets the type of clipping that is required by this clipping state. |
|
GetShouldIntersectParent() |
||
|
HasZeroArea() |
Indicates if this clipping state has a zero size, aka is empty. |
|
|
IsPointInside ( |
Is a point inside the clipping state? |
|
|
SetDebuggingStateIndex ( |
Set the state index that this clipping state originated from. |
Name | Description | ||
---|---|---|---|
|
operator== ( |