ESlateColorStylingMode::Type

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

Windows
MacOS
Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Styling/SlateColor.h

Include

#include "Styling/SlateColor.h"

Syntax

namespace ESlateColorStylingMode
{
    enum Type
    {
        UseColor_Specified,
        UseColor_Specified_Link,
        UseColor_Foreground,
        UseColor_Foreground_Subdued,
    }
}

Values

Name

Description

UseColor_Specified

Color value is stored in this Slate color.

UseColor_Specified_Link

Color value is stored in the linked color.

UseColor_Foreground

Use the widget's foreground color.

UseColor_Foreground_Subdued

Use the widget's subdued color.

Remarks

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss