Navigation
API > API/Developer > API/Developer/ToolWidgets > API/Developer/ToolWidgets/SCheckBoxList
| Name | FArguments |
| Type | struct |
| Header File | /Engine/Source/Developer/ToolWidgets/Public/SCheckBoxList.h |
| Include Path | #include "SCheckBoxList.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SCheckBoxList >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SCheckBoxList::FArguments
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FArguments() |
SCheckBoxList.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| WidgetArgsType | FArguments | SCheckBoxList.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
WidgetArgsType & CheckBoxStyle
(
const FCheckBoxStyle* InArg |
The styling of the CheckBox | SCheckBoxList.h | |
WidgetArgsType & IncludeGlobalCheckBoxInHeaderRow
(
bool InArg |
Optionally display a checkbox by the column header that toggles all items | SCheckBoxList.h | |
WidgetArgsType & ItemHeaderLabel
(
FText InArg |
The label of the item column header | SCheckBoxList.h | |
WidgetArgsType & OnItemCheckStateChanged
(
const FOnCheckListItemStateChanged& InDelegate |
Callback when any checkbox is changed. | SCheckBoxList.h |