Navigation
API > API/Developer > API/Developer/ToolWidgets
A widget that can be used inside a CustomDialog to display a list of checkboxes
| Name | SCheckBoxList |
| Type | class |
| Header File | /Engine/Source/Developer/ToolWidgets/Public/SCheckBoxList.h |
| Include Path | #include "SCheckBoxList.h" |
Syntax
class SCheckBoxList : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SCheckBoxList
- FSlateControlledConstruction → SWidget → SCompoundWidget → SCheckBoxList
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bAllCheckedState | ECheckBoxState | SCheckBoxList.h | ||
| CheckBoxStyle | const FCheckBoxStyle * | SCheckBoxList.h | ||
| Items | TArray< TSharedRef< CheckBoxList::FItemPair > > | SCheckBoxList.h | ||
| ListView | TSharedPtr< SListView< TSharedRef< CheckBoxList::FItemPair > > > | SCheckBoxList.h | ||
| OnItemCheckStateChanged | FOnCheckListItemStateChanged | SCheckBoxList.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| SCheckBoxList.h | |||
int32 AddItem
(
TSharedRef< SWidget > Widget, |
SCheckBoxList.h | ||
void Construct
(
const FArguments& Arguments |
SCheckBoxList.h | ||
void Construct
(
const FArguments& Arguments, |
SCheckBoxList.h | ||
void Construct
(
const FArguments& Arguments, |
SCheckBoxList.h | ||
int32 GetNumCheckboxes() |
SCheckBoxList.h | ||
TArray< bool > GetValues() |
SCheckBoxList.h | ||
bool IsItemChecked
(
int32 Index |
SCheckBoxList.h | ||
void RemoveAll() |
SCheckBoxList.h | ||
void RemoveItem
(
int32 Index |
SCheckBoxList.h |