unreal.SlateBrushMirrorType

class unreal.SlateBrushMirrorType

Bases: EnumBase

Possible options for mirroring the brush image

C++ Source:

  • Module: SlateCore

  • File: SlateBrush.h

BOTH: SlateBrushMirrorType

Mirror in both directions.

Type:

3

HORIZONTAL: SlateBrushMirrorType

Mirror the image horizontally.

Type:

1

NO_MIRROR: SlateBrushMirrorType

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

Type:

0

VERTICAL: SlateBrushMirrorType

Mirror the image vertically.

Type:

2