Navigation
API > API/Runtime > API/Runtime/AppFramework
Implements a row widget for an option list.
| Name | SOptionTableRow |
| 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 SOptionTableRow : public SMultiColumnTableRow< TSharedPtr< OptionType > >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SBorder → STableRow → SMultiColumnTableRow → SOptionTableRow
- FSlateControlledConstruction → SWidget → SCompoundWidget → SBorder → STableRow → SMultiColumnTableRow → SOptionTableRow
- STableRow → SMultiColumnTableRow → SOptionTableRow
Implements Interfaces
Structs
| Name | Remarks |
|---|---|
| FArguments |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnGenerateWidget | TSlateDelegates< OptionType >::FOnGenerateWidget | Widgets/Views/SMultipleOptionTable.h | |
| FOptionTableRowArgs | STableRow< TSharedPtr< OptionType > >::FArguments | Widgets/Views/SMultipleOptionTable.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CheckBox | TSharedPtr< SCheckBox > | Widgets/Views/SMultipleOptionTable.h |
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| IsChecked | TAttribute< ECheckBoxState > | Widgets/Views/SMultipleOptionTable.h | ||
| OnCheckStateChanged | FOnCheckStateChanged | Widgets/Views/SMultipleOptionTable.h | ||
| OnGenerateWidget | FOnGenerateWidget | Widgets/Views/SMultipleOptionTable.h | ||
| Option | OptionType | Widgets/Views/SMultipleOptionTable.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
Constructs the widget. | Widgets/Views/SMultipleOptionTable.h |
Overridden from SMultiColumnTableRow
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedRef< SWidget > GenerateWidgetForColumn
(
const FName& ColumnName |
Generates the widget for the specified column. | Widgets/Views/SMultipleOptionTable.h |