unreal.SlateBrushImageType¶
- class unreal.SlateBrushImageType¶
Bases:
EnumBaseEnumerates brush image types.
C++ Source:
Module: SlateCore
File: SlateBrush.h
- FULL_COLOR: SlateBrushImageType = Ellipsis¶
The image to be loaded is in full color.
- Type:
1
- LINEAR: SlateBrushImageType = Ellipsis¶
The image is a special texture in linear space (usually a rendering resource such as a lookup table).
- Type:
2
- NO_IMAGE: SlateBrushImageType = Ellipsis¶
No image is loaded. Color only brushes, transparent brushes etc.
- Type:
0
- VECTOR: SlateBrushImageType = Ellipsis¶
The image is vector graphics and will be rendered and cached in full color using size/scale requested by slate
- Type:
3