Navigation
API > API/Developer > API/Developer/ToolWidgets > API/Developer/ToolWidgets/SCheckBoxList
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| SCheckBoxList.h | |||
int32 AddItem
(
TSharedRef< SWidget > Widget, |
SCheckBoxList.h |
AddItem(const FText &, bool)
| Name | AddItem |
| Type | function |
| Header File | /Engine/Source/Developer/ToolWidgets/Public/SCheckBoxList.h |
| Include Path | #include "SCheckBoxList.h" |
| Source | /Engine/Source/Developer/ToolWidgets/Private/SCheckBoxList.cpp |
int32 AddItem
(
const FText & Text,
bool bIsChecked
)
AddItem(TSharedRef< SWidget >, bool)
| Name | AddItem |
| Type | function |
| Header File | /Engine/Source/Developer/ToolWidgets/Public/SCheckBoxList.h |
| Include Path | #include "SCheckBoxList.h" |
| Source | /Engine/Source/Developer/ToolWidgets/Private/SCheckBoxList.cpp |
int32 AddItem
(
TSharedRef < SWidget > Widget,
bool bIsChecked
)