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