Navigation
API > API/Runtime > API/Runtime/SlateCore > API/Runtime/SlateCore/FastUpdate
References
| Module | SlateCore |
| Header | /Engine/Source/Runtime/SlateCore/Public/FastUpdate/WidgetProxy.h |
| Include | #include "FastUpdate/WidgetProxy.h" |
Syntax
struct FSlateWidgetPersistentState
Remarks
Represents the state of a widget from when it last had SWidget::Paint called on it. This should contain everything needed to directly call Paint on a widget
Variables
| Type | Name | Description | |
|---|---|---|---|
| FGeometry | AllottedGeometry | ||
| uint8: 1 | bDeferredPainting | ||
| uint8: 1 | bInheritedHittestability | ||
| uint8: 1 | bIsInGameLayer | ||
| uint8: 1 | bParentEnabled | ||
| FSlateCachedElementsHandle | CachedElementHandle | ||
| FSlateRect | CullingBounds | ||
| FGeometry | DesktopGeometry | ||
| EFlowDirection | IncomingFlowDirection | ||
| int8 | IncomingUserIndex | ||
| TOptional< FSlateClippingState > | InitialClipState | ||
| EWidgetPixelSnapping | InitialPixelSnappingMethod | ||
| int32 | LayerId | Starting layer id for drawing children | |
| int32 | OutgoingLayerId | ||
| TWeakPtr< SWidget > | PaintParent | ||
| FWidgetStyle | WidgetStyle |
Constructors
| Type | Name | Description | |
|---|---|---|---|
Constants
| Name | Description |
|---|---|
| NoState |