SMultiSelectTableRow

[SMultiSelectTableRow](API\Plugins\NetcodeUnitTest\UI\SMultiSelectTableRow)

Windows
MacOS
Linux

Inheritance Hierarchy

ITableRow

SBorder

STableRow

SMultiSelectTableRow

References

Module

NetcodeUnitTest

Header

/Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/UI/SMultiSelectTableRow.h

Include

#include "UI/SMultiSelectTableRow.h"

Syntax

template<typename ItemType>
class SMultiSelectTableRow : public STableRow< ItemType >

Remarks

SMultiSelectTableRow

Implements a SListView row, that supports selection of multiple rows, using just the mouse

Constructors

Name Description

Public function

SMultiSelectTableRow()

Overridden from STableRow

Name Description

Public function Virtual

void

 

OnDragEnter

(
    FGeometry const& MyGeometry,
    FDragDropEvent const& DragDropEven...
)

Overridden from SWidget

Name Description

Public function Virtual

FReply

 

OnDragDetected

(
    const FGeometry& MyGeometry,
    const FPointerEvent& MouseEvent
)

Called when Slate detects that a widget started to be dragged.

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