Navigation
API > API/Plugins > API/Plugins/CommonUI
Inheritance Hierarchy
- STableViewBase
- TListTypeTraits< ItemType >::SerializerType
- ITypedTableView
- SListView
- STreeView
- SCommonTreeView
References
| Module | CommonUI |
| Header | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/CommonTreeView.h |
| Include | #include "CommonTreeView.h" |
Syntax
template<typename ItemType>
class SCommonTreeView : public STreeView< ItemType >
Remarks
Variables
| Type | Name | Description | |
|---|---|---|---|
| bool | bScrollToSelectedOnFocus |
Overridden from SWidget
| Type | Name | Description | |
|---|---|---|---|
| FReply | OnFocusReceived
(
const FGeometry& MyGeometry, |
KEY INPUT Called when focus is given to this widget. This event does not bubble. | |
| void | OnMouseLeave
(
const FPointerEvent& MouseEvent |
The system will use this event to notify a widget that the cursor has left it. | |
| FReply | OnTouchEnded
(
const FGeometry& MyGeometry, |
Called when a touchpad touch is ended (finger lifted) | |
| FReply | OnTouchMoved
(
const FGeometry& MyGeometry, |
Called when a touchpad touch is moved (finger moved) |