Navigation
API > API/Runtime > API/Runtime/AppFramework > API/Runtime/AppFramework/Widgets > API/Runtime/AppFramework/Widgets/Views
Inheritance Hierarchy
- FSlateControlledConstruction
- TSharedFromThis
- SWidget
- SCompoundWidget
- SMultipleOptionTable
References
| Module | AppFramework |
| Header | /Engine/Source/Runtime/AppFramework/Public/Widgets/Views/SMultipleOptionTable.h |
| Include | #include "Widgets/Views/SMultipleOptionTable.h" |
Syntax
template<typename OptionType>
class SMultipleOptionTable : public SCompoundWidget
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | Construct
(
const FArguments& InArgs, |
||
| void | Refreshes the list view. Useful if the options array is modified. |
Classes
| Type | Name | Description | |
|---|---|---|---|
| FArguments |
Typedefs
| Name | Description |
|---|---|
| FIsOptionSelected | |
| FOnGenerateOptionWidget | |
| FOnOptionSelectionChanged | |
| FOnPostBatchSelect | This callback will be used after selecting or deselecting all of the options. May be of use for optimization. |
| FOnPreBatchSelect | This callback will be used before selecting or deselecting all of the options. May be of use for optimization. |