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