Navigation
API > API/Developer > API/Developer/ToolWidgets > API/Developer/ToolWidgets/SCheckBoxList
Overloads
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
)
| |
|
| 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
)