Navigation
API > API/Runtime > API/Runtime/AppFramework
| Name | SMultipleOptionTable |
| Type | class |
| Header File | /Engine/Source/Runtime/AppFramework/Public/Widgets/Views/SMultipleOptionTable.h |
| Include Path | #include "Widgets/Views/SMultipleOptionTable.h" |
Syntax
template<typename OptionType>
class SMultipleOptionTable : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SMultipleOptionTable
- FSlateControlledConstruction → SWidget → SCompoundWidget → SMultipleOptionTable
Structs
| Name | Remarks |
|---|---|
| FArguments |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FIsOptionSelected | TBaseDelegate_OneParam< bool, OptionType > | Widgets/Views/SMultipleOptionTable.h | |
| FOnGenerateOptionWidget | TSlateDelegates< OptionType >::FOnGenerateWidget | Widgets/Views/SMultipleOptionTable.h | |
| FOnOptionSelectionChanged | TBaseDelegate_TwoParams< void, bool, OptionType > | Widgets/Views/SMultipleOptionTable.h | |
| FOnPostBatchSelect | TBaseDelegate_NoParams< void > | This callback will be used after selecting or deselecting all of the options. May be of use for optimization. | Widgets/Views/SMultipleOptionTable.h |
| FOnPreBatchSelect | TBaseDelegate_NoParams< void > | This callback will be used before selecting or deselecting all of the options. May be of use for optimization. | Widgets/Views/SMultipleOptionTable.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| IsOptionSelected | FIsOptionSelected | Widgets/Views/SMultipleOptionTable.h | ||
| ListHeight | TAttribute< FOptionalSize > | Widgets/Views/SMultipleOptionTable.h | ||
| OnGenerateOptionWidget | FOnGenerateOptionWidget | Widgets/Views/SMultipleOptionTable.h | ||
| OnOptionSelectionChanged | FOnOptionSelectionChanged | Widgets/Views/SMultipleOptionTable.h | ||
| OnPostBatchSelect | FOnPostBatchSelect | Widgets/Views/SMultipleOptionTable.h | ||
| OnPreBatchSelect | FOnPreBatchSelect | Widgets/Views/SMultipleOptionTable.h | ||
| OptionListView | TSharedPtr< SListView< OptionType > > | Widgets/Views/SMultipleOptionTable.h | ||
| Options | const TArray< OptionType > * | Widgets/Views/SMultipleOptionTable.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs, |
Widgets/Views/SMultipleOptionTable.h | ||
void RequestTableRefresh() |
Refreshes the list view. Useful if the options array is modified. | Widgets/Views/SMultipleOptionTable.h |