unreal.SlateColorStylingMode

class unreal.SlateColorStylingMode

Bases: EnumBase

Enumerates types of color values that can be held by Slate color.

Should we use the specified color? If not, then which color from the style should we use.

C++ Source:

  • Module: SlateCore

  • File: SlateColor.h

USE_COLOR_FOREGROUND: SlateColorStylingMode

Use the widget’s foreground color.

Type:

2

USE_COLOR_SPECIFIED: SlateColorStylingMode

Color value is stored in this Slate color.

Type:

0