UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
WidgetPixelSnapping.h File Reference
#include "CoreMinimal.h"
#include "UObject/ObjectMacros.h"
#include "WidgetPixelSnapping.generated.h"

Go to the source code of this file.

Enumerations

enum class  EWidgetPixelSnapping : uint8 { Inherit , Disabled , SnapToPixel }
 

Enumeration Type Documentation

◆ EWidgetPixelSnapping

The different states of pixel snapping a widget can be in.

Enumerator
Inherit 

Inherits the snapping method set by the parent widget.

Disabled 

Draws the widget without snapping. Useful during animations or moving indicators.

SnapToPixel 

Draws the widget at the nearest pixel. Improves sharpness of widgets.