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