![]() |
UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
|
#include <SlateTypes.h>
Inheritance diagram for FCheckBoxStyle:Static Public Member Functions | |
| static SLATECORE_API const FCheckBoxStyle & | GetDefault () |
Static Public Attributes | |
| static SLATECORE_API const FName | TypeName |
Represents the appearance of an SCheckBox
| FCheckBoxStyle::FCheckBoxStyle | ( | ) |
|
default |
|
virtualdefault |
|
static |
|
overridevirtual |
Gets the brush resources associated with this style.
This method must be implemented by inherited structures.
| OutBrushes | The brush resources. |
Reimplemented from FSlateWidgetStyle.
Gets the name of this style.
This method must be implemented by inherited structures.
Reimplemented from FSlateWidgetStyle.
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
Unlinks all colors in this style.
| FSlateBrush FCheckBoxStyle::BackgroundHoveredImage |
Background appearance when hovered
| FSlateBrush FCheckBoxStyle::BackgroundImage |
Background appearance
| FSlateBrush FCheckBoxStyle::BackgroundPressedImage |
Background appearance when pressed
| FSlateColor FCheckBoxStyle::BorderBackgroundColor |
BorderBackgroundColor refers to the actual color and opacity of the supplied border image on toggle buttons
| TEnumAsByte<ESlateCheckBoxType::Type> FCheckBoxStyle::CheckBoxType |
The visual type of the checkbox
| FSlateColor FCheckBoxStyle::CheckedForeground |
Foreground Color when checked
| FSlateColor FCheckBoxStyle::CheckedHoveredForeground |
Foreground Color when checked and pressed
| FSlateBrush FCheckBoxStyle::CheckedHoveredImage |
| FSlateBrush FCheckBoxStyle::CheckedImage |
| FSlateColor FCheckBoxStyle::CheckedPressedForeground |
Foreground Color when checked and pressed
| FSlateBrush FCheckBoxStyle::CheckedPressedImage |
| FSlateSound FCheckBoxStyle::CheckedSlateSound |
The sound the check box should play when checked
| FSlateColor FCheckBoxStyle::ForegroundColor |
The normal unchecked foreground color
| FSlateColor FCheckBoxStyle::HoveredForeground |
Foreground Color when hovered
| FSlateSound FCheckBoxStyle::HoveredSlateSound |
The sound the check box should play when initially hovered over
| FMargin FCheckBoxStyle::Padding |
Padding
| FSlateColor FCheckBoxStyle::PressedForeground |
Foreground Color when pressed
|
static |
| FSlateBrush FCheckBoxStyle::UncheckedHoveredImage |
| FSlateBrush FCheckBoxStyle::UncheckedImage |
| FSlateBrush FCheckBoxStyle::UncheckedPressedImage |
| FSlateSound FCheckBoxStyle::UncheckedSlateSound |
The sound the check box should play when unchecked
| FSlateColor FCheckBoxStyle::UndeterminedForeground |
Foreground Color when the check state is indeterminate
| FSlateBrush FCheckBoxStyle::UndeterminedHoveredImage |
| FSlateBrush FCheckBoxStyle::UndeterminedImage |
| FSlateBrush FCheckBoxStyle::UndeterminedPressedImage |