Navigation
API > API/Developer > API/Developer/ToolWidgets
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SCheckBoxList
References
| Module | ToolWidgets |
| Header | /Engine/Source/Developer/ToolWidgets/Public/SCheckBoxList.h |
| Include | #include "SCheckBoxList.h" |
Syntax
class SCheckBoxList : public SCompoundWidget
Remarks
A widget that can be used inside a CustomDialog to display a list of checkboxes
Functions
| Type | Name | Description | |
|---|---|---|---|
| int32 | |||
| int32 | AddItem
(
TSharedRef< SWidget > Widget, |
||
| void | Construct
(
const FArguments& Arguments |
||
| void | Construct
(
const FArguments& Arguments, |
||
| void | Construct
(
const FArguments& Arguments, |
||
| int32 | |||
| TArray< bool > | GetValues () |
||
| bool | IsItemChecked
(
int32 Index |
||
| void | RemoveItem
(
int32 Index |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |