Navigation
API > API/Runtime > API/Runtime/AppFramework > API/Runtime/AppFramework/Widgets > API/Runtime/AppFramework/Widgets/Views > API/Runtime/AppFramework/Widgets/Views/SMultipleOptionTable
Inheritance Hierarchy
- FSlateBaseNamedArgs
- TSlateBaseNamedArgs
- SMultipleOptionTable::FArguments
References
| Module | AppFramework |
| Header | /Engine/Source/Runtime/AppFramework/Public/Widgets/Views/SMultipleOptionTable.h |
| Include | #include "Widgets/Views/SMultipleOptionTable.h" |
Syntax
struct FArguments : public TSlateBaseNamedArgs< SMultipleOptionTable< OptionType > >
Constructors
| Type | Name | Description | |
|---|---|---|---|
FArguments () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| WidgetArgsType & | IsOptionSelected
(
const FIsOptionSelected& InDelegate |
||
| WidgetArgsType & | ListHeight
(
const TAttribute< FOptionalSize >& InAttribute |
||
| WidgetArgsType & | OnGenerateOptionWidget
(
const FOnGenerateOptionWidget& InDelegate |
||
| WidgetArgsType & | OnOptionSelectionChanged
(
const FOnOptionSelectionChanged& InDelegate |
||
| WidgetArgsType & | OnPostBatchSelect
(
const FOnPostBatchSelect& InDelegate |
||
| WidgetArgsType & | OnPreBatchSelect
(
const FOnPreBatchSelect& InDelegate |
Typedefs
| Name | Description |
|---|---|
| WidgetArgsType |