Choose your operating system:
Windows
macOS
Linux
| FSlateWidgetStyle
|
Module |
|
Header |
/Engine/Source/Runtime/SlateCore/Public/Styling/SlateTypes.h |
Include |
#include "Styling/SlateTypes.h" |
struct FCheckBoxStyle : public FSlateWidgetStyle
Represents the appearance of an SCheckBox
Name | Description | ||
---|---|---|---|
|
BackgroundHoveredImage |
Background appearance when hovered |
|
|
BackgroundImage |
Background appearance |
|
|
BackgroundPressedImage |
Background appearance when pressed |
|
|
BorderBackgroundColor |
BorderBackgroundColor refers to the actual color and opacity of the supplied border image on toggle buttons |
|
|
TEnumAsByte< ES... |
CheckBoxType |
The visual type of the checkbox |
|
CheckedForeground |
Foreground Color when checked |
|
|
CheckedHoveredForeground |
Foreground Color when checked and pressed |
|
|
CheckedHoveredImage |
CheckBox appearance when checked and hovered |
|
|
CheckedImage |
CheckBox appearance when the CheckBox is checked |
|
|
CheckedPressedForeground |
Foreground Color when checked and pressed |
|
|
CheckedPressedImage |
CheckBox appearance when checked and pressed |
|
|
CheckedSlateSound |
The sound the check box should play when checked |
|
|
ForegroundColor |
The normal unchecked foreground color |
|
|
HoveredForeground |
Foreground Color when hovered |
|
|
HoveredSlateSound |
The sound the check box should play when initially hovered over |
|
|
Padding |
Padding |
|
|
PressedForeground |
Foreground Color when pressed |
|
|
UncheckedHoveredImage |
CheckBox appearance when the CheckBox is unchecked and hovered |
|
|
UncheckedImage |
CheckBox appearance when the CheckBox is unchecked (normal) |
|
|
UncheckedPressedImage |
CheckBox appearance when the CheckBox is unchecked and hovered |
|
|
UncheckedSlateSound |
The sound the check box should play when unchecked |
|
|
UndeterminedForeground |
Foreground Color when the check state is indeterminate |
|
|
UndeterminedHoveredImage |
CheckBox appearance when CheckBox is undetermined and hovered |
|
|
UndeterminedImage |
CheckBox appearance when the CheckBox is undetermined |
|
|
UndeterminedPressedImage |
CheckBox appearance when CheckBox is undetermined and pressed |
Name | Description | |
---|---|---|
|
FCheckBoxStyle() |
Name | Description | |
---|---|---|
|
~FCheckBoxStyle() |
Name | Description | ||
---|---|---|---|
|
GetResources ( |
Gets the brush resources associated with this style. |
|
|
const FName |
GetTypeName() |
Gets the name of this style. This method must be implemented by inherited structures. |
Name |
Description |
---|---|
TypeName |