Navigation
Unreal Engine C++ API Reference > Plugins > NetcodeUnitTest > UI
Inheritance Hierarchy
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
Implements a SListView row, that supports selection of multiple rows, using just the mouse
Constructors
Type | Name | Description | |
---|---|---|---|
![]() |
Overridden from STableRow
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
void | OnDragEnter
(
FGeometry const& MyGeometry, |
Overridden from SWidget
Type | Name | Description | |
---|---|---|---|
![]() ![]() |
FReply | OnDragDetected
(
const FGeometry& MyGeometry, |
Called when Slate detects that a widget started to be dragged. |