SOptionTableRow

Implements a row widget for an option list.

Windows
MacOS
Linux

Inheritance Hierarchy

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

Name Description

Public variable

TSharedPtr< SCh...

 

CheckBox

Functions

Name Description

Public function

void

 

Construct

(
    const FArguments& InArgs
)

Constructs the widget.

Overridden from SMultiColumnTableRow

Name Description

Public function Virtual

TSharedRef< ...

 

GenerateWidgetForColumn

(
    const FName& ColumnName
)

Generates the widget for the specified column.

Classes

Name

Description

Public struct

FArguments

Typedefs

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss