unreal.SlateBrushImageType

class unreal.SlateBrushImageType

Bases: EnumBase

Enumerates brush image types.

C++ Source:

  • Module: SlateCore

  • File: SlateBrush.h

FULL_COLOR: SlateBrushImageType

The image to be loaded is in full color.

Type:

1

LINEAR: SlateBrushImageType

The image is a special texture in linear space (usually a rendering resource such as a lookup table).

Type:

2

NO_IMAGE: SlateBrushImageType

No image is loaded. Color only brushes, transparent brushes etc.

Type:

0

VECTOR: SlateBrushImageType

The image is vector graphics and will be rendered and cached in full color using size/scale requested by slate

Type:

3