Choose your operating system:
Windows
macOS
Linux
| STableViewBase | ||||||
| TListTypeTraits< ItemType >::SerializerType | ||||||
| ITypedTableView
|
Module |
|
Header |
/Engine/Plugins/Experimental/CommonUI/Source/CommonUI/Public/CommonTreeView.h |
Include |
#include "CommonTreeView.h" |
template<typename ItemType>
class SCommonTreeView : public STreeView< ItemType >
Name | Description | ||
---|---|---|---|
|
bScrollToSelectedOnFocus |
Name | Description | ||
---|---|---|---|
|
OnFocusReceived ( |
KEY INPUT Called when focus is given to this widget. This event does not bubble. |
|
|
OnMouseLeave ( |
The system will use this event to notify a widget that the cursor has left it. |
|
|
OnTouchEnded ( |
Called when a touchpad touch is ended (finger lifted) |
|
|
OnTouchMoved ( |
Called when a touchpad touch is moved (finger moved) |