SListView::SetSelectionMode

Set the current selection mode of the list.

Windows
MacOS
Linux

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Views/SListView.h

Include

#include "Widgets/Views/SListView.h"

Syntax

void SetSelectionMode
(
    const TAttribute< ESelectionMode::Type > & NewSelectionMode
)

Remarks

Set the current selection mode of the list. If going from multi-select to a type of single-select and one item is selected, it will be maintained (otherwise all will be cleared). If disabling selection, any current selections will be cleared.

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