Choose your operating system:
Windows
macOS
Linux
| FSlateBaseNamedArgs
|
Module |
|
Header |
/Engine/Source/Runtime/Slate/Public/Widgets/Input/SCheckBox.h |
Include |
#include "Widgets/Input/SCheckBox.h" |
struct FArguments : public TSlateBaseNamedArgs< SCheckBox >
Name | Description | |
---|---|---|
|
FArguments() |
Name | Description | ||
---|---|---|---|
|
WidgetArgsTy... |
BackgroundHoveredImage ( |
The background hovered image for the checkbox - overrides the style's |
|
WidgetArgsTy... |
BackgroundImage ( |
The background image for the checkbox - overrides the style's |
|
WidgetArgsTy... |
BackgroundPressedImage ( |
The background pressed image for the checkbox - overrides the style's |
|
WidgetArgsTy... |
BorderBackgroundColor ( |
The color of the background border (set by the Style arg but the Style can be overridden with this) |
|
WidgetArgsTy... |
CheckBoxContentUsesAutoWidth ( |
Whether or not the content portion of the checkbox should layout using auto-width. |
|
WidgetArgsTy... |
CheckedHoveredImage ( |
The checked hovered image for the checkbox - overrides the style's |
|
WidgetArgsTy... |
CheckedImage ( |
The checked image for the checkbox - overrides the style's |
|
WidgetArgsTy... |
CheckedPressedImage ( |
The checked pressed image for the checkbox - overrides the style's |
|
WidgetArgsTy... |
CheckedSoundOverride ( |
The sound to play when the check box is checked |
|
WidgetArgsTy... |
ClickMethod ( |
Sets the rules to use for determining whether the button was clicked. |
|
NamedSlotPro... |
Content() |
Content to be placed next to the check box, or for a toggle button, the content to be placed inside the button |
|
WidgetArgsTy... |
ForegroundColor ( |
Foreground color for the checkbox's content and parts (set by the Style arg but the Style can be overridden with this) |
|
WidgetArgsTy... |
HAlign ( |
How the content of the toggle button should align within the given space |
|
WidgetArgsTy... |
HoveredSoundOverride ( |
The sound to play when the check box is hovered |
|
WidgetArgsTy... |
IsChecked ( |
Whether the check box is currently in a checked state |
|
WidgetArgsTy... |
IsFocusable ( |
|
|
WidgetArgsTy... |
OnCheckStateChanged ( |
Called when the checked state has changed |
|
WidgetArgsTy... |
OnGetMenuContent ( |
|
|
WidgetArgsTy... |
Padding ( |
Spacing between the check box image and its content (set by the Style arg but the Style can be overridden with this) |
|
WidgetArgsTy... |
PressMethod ( |
How should the button be clicked with keyboard/controller button events? |
|
WidgetArgsTy... |
Style ( |
The style structure for this checkbox' visual style |
|
WidgetArgsTy... |
TouchMethod ( |
How should the button be clicked with touch events? |
|
WidgetArgsTy... |
Type |
Type of check box (set by the Style arg but the Style can be overridden with this) |
|
WidgetArgsTy... |
UncheckedHoveredImage ( |
The unchecked hovered image for the checkbox - overrides the style's |
|
WidgetArgsTy... |
UncheckedImage ( |
The unchecked image for the checkbox - overrides the style's |
|
WidgetArgsTy... |
UncheckedPressedImage ( |
The unchecked pressed image for the checkbox - overrides the style's |
|
WidgetArgsTy... |
UncheckedSoundOverride ( |
The sound to play when the check box is unchecked |
|
WidgetArgsTy... |
UndeterminedHoveredImage ( |
The undetermined hovered image for the checkbox - overrides the style's |
|
WidgetArgsTy... |
UndeterminedImage ( |
The undetermined image for the checkbox - overrides the style's |
|
WidgetArgsTy... |
UndeterminedPressedImage ( |
The undetermined pressed image for the checkbox - overrides the style's |
Name | Description | ||
---|---|---|---|
|
operator[] ( |
Name |
Description |
---|---|
WidgetArgsType |