![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <SlatePostProcessor.h>
Static Public Member Functions | |
| static FSlateClippingOp * | Scissor (FRDGBuilder &GraphBuilder, FVector2f Offset, FSlateRect Rect) |
| static FSlateClippingOp * | Stencil (FRDGBuilder &GraphBuilder, FVector2f Offset, TConstArrayView< FSlateClippingZone > Zones, int32 MaskingId) |
Public Attributes | ||
| union { | ||
| struct { | ||
| FSlateRect Rect | ||
| } Data_Scissor | ||
| struct { | ||
| TConstArrayView< FSlateClippingZone > Zones | ||
| } Data_Stencil | ||
| }; | ||
| FVector2f | Offset | |
| EClippingMethod | Method | |
| uint8 | MaskingId | |
|
inlinestatic |
|
inlinestatic |
| union { ... } FSlateClippingOp |
| struct { ... } FSlateClippingOp::Data_Scissor |
| struct { ... } FSlateClippingOp::Data_Stencil |
| uint8 FSlateClippingOp::MaskingId |
| EClippingMethod FSlateClippingOp::Method |
| FVector2f FSlateClippingOp::Offset |
| FSlateRect FSlateClippingOp::Rect |
| TConstArrayView<FSlateClippingZone> FSlateClippingOp::Zones |