Navigation
API > API/Runtime > API/Runtime/AppFramework > API/Runtime/AppFramework/SOptionTableRow
| 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< SOptionTableRow >
Inheritance Hierarchy
- FSlateBaseNamedArgs → TSlateBaseNamedArgs → SOptionTableRow::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 & IsChecked
(
const TAttribute< ECheckBoxState >& InAttribute |
Widgets/Views/SMultipleOptionTable.h | ||
WidgetArgsType & OnCheckStateChanged
(
const FOnCheckStateChanged& InDelegate |
Widgets/Views/SMultipleOptionTable.h | ||
WidgetArgsType & OnGenerateWidget
(
const FOnGenerateWidget& InDelegate |
Widgets/Views/SMultipleOptionTable.h | ||
WidgetArgsType & Option
(
OptionType InArg |
Widgets/Views/SMultipleOptionTable.h | ||
WidgetArgsType & OwnerTableView
(
TSharedPtr< STableViewBase > InArg |
Widgets/Views/SMultipleOptionTable.h |