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
Implements Interfaces
Structs
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
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 |
|
Constructs the widget. |
Widgets/Views/SMultipleOptionTable.h |
|
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
Generates the widget for the specified column. |
Widgets/Views/SMultipleOptionTable.h |
|