FSlateColor

Overload list

Windows
MacOS
Linux
Name Description

Public function

FSlateColor()

Default constructor.

Uninitialized Slate colors are Fuchsia by default.

Public function

FSlateColor

(
    const FLinearColor& InColor
)

Creates a new Slate color with the specified values.

Public function

FSlateColor

(
    const TSharedRef< FLinearColor >& ...
)

Creates a new Slate color that is linked to the given values.

Protected function

FSlateColor

(
    ESlateColorStylingMode::Type InColo...
)

Private constructor to prevent construction of invalid FSlateColors.

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