SMultipleOptionTable

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 SMultipleOptionTable : public SCompoundWidget

Functions

Name Description

Public function

void

 

Construct

(
    const FArguments& InArgs,
    const TArray< OptionType >*con...
)

Public function

void

 

RequestTableRefresh()

Refreshes the list view. Useful if the options array is modified.

Classes

Name

Description

Public struct

FArguments

Typedefs

Name

Description

FIsOptionSelected

FOnGenerateOptionWidget

FOnOptionSelectionChanged

FOnPostBatchSelect

This callback will be used after selecting or deselecting all of the options. May be of use for optimization.

FOnPreBatchSelect

This callback will be used before selecting or deselecting all of the options. May be of use for optimization.

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