unreal.SlateBrushTileType

class unreal.SlateBrushTileType

Bases: unreal.EnumBase

Enumerates tiling options for image drawing.

C++ Source:

  • Module: SlateCore

  • File: SlateBrush.h

BOTH

Tile in both directions

Type

3

HORIZONTAL

Tile the image horizontally

Type

1

NO_TILE

Just stretch

Type

0

VERTICAL

Tile the image vertically

Type

2