UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ESlateBrushMirrorType Namespace Reference

Enumerations

enum  Type : int { NoMirror , Horizontal , Vertical , Both }
 

Detailed Description

Possible options for mirroring the brush image

Enumeration Type Documentation

◆ Type

Enumerator
NoMirror 

Don't mirror anything, just draw the texture as it is.

Horizontal 

Mirror the image horizontally.

Vertical 

Mirror the image vertically.

Both 

Mirror in both directions.