Navigation
API > API/Plugins > API/Plugins/NetcodeUnitTest
Implements a SListView row, that supports selection of multiple rows, using just the mouse
| Name | SMultiSelectTableRow |
| Type | class |
| Header File | /Engine/Plugins/NetcodeUnitTest/NetcodeUnitTest/Source/NetcodeUnitTest/Public/UI/SMultiSelectTableRow.h |
| Include Path | #include "UI/SMultiSelectTableRow.h" |
Syntax
template<typename ItemType>
class SMultiSelectTableRow : public STableRow< ItemType >
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SBorder → STableRow → SMultiSelectTableRow
- FSlateControlledConstruction → SWidget → SCompoundWidget → SBorder → STableRow → SMultiSelectTableRow
- STableRow → SMultiSelectTableRow
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
SMultiSelectTableRow() |
UI/SMultiSelectTableRow.h |
Functions
Public
Overridden from SWidget
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual FReply OnDragDetected
(
const FGeometry& MyGeometry, |
UI/SMultiSelectTableRow.h | ||
virtual void OnDragEnter
(
FGeometry const& MyGeometry, |
UI/SMultiSelectTableRow.h |