unreal.SlateBrushMirrorType

class unreal.SlateBrushMirrorType

Bases: unreal.EnumBase

Possible options for mirroring the brush image

C++ Source:

  • Module: SlateCore

  • File: SlateBrush.h

BOTH

Mirror in both directions.

Type

3

HORIZONTAL

Mirror the image horizontally.

Type

1

NO_MIRROR

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

Type

0

VERTICAL

Mirror the image vertically.

Type

2