Navigation
Unreal Engine C++ API Reference > Runtime > AppFramework > Widgets > Views
Inheritance Hierarchy
- SMultiColumnTableRow< TSharedPtr< OptionType > >
- SOptionTableRow
References
Module | AppFramework |
Header | /Engine/Source/Runtime/AppFramework/Public/Widgets/Views/SMultipleOptionTable.h |
Include | #include "Widgets/Views/SMultipleOptionTable.h" |
Syntax
template<typename OptionType>
class SOptionTableRow : public SMultiColumnTableRow< TSharedPtr< OptionType > >
Remarks
Implements a row widget for an option list.
Variables
Type | Name | Description | |
---|---|---|---|
![]() |
TSharedPtr< SCheckBox > | CheckBox |
Functions
Type | Name | Description | |
---|---|---|---|
![]() |
void | Construct
(
const FArguments& InArgs |
Constructs the widget. |
![]() ![]() |
TSharedRef< SWidget > | GenerateWidgetForColumn
(
const FName& ColumnName |
Generates the widget for the specified column. |
Classes
Type | Name | Description | |
---|---|---|---|
![]() |
FArguments |
Typedefs
Name | Description |
---|---|
FOnGenerateWidget | |
FOptionTableRowArgs |