Navigation
API > API/Plugins > API/Plugins/CommonUI
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UVisual
- UWidget
- UListViewBase
- UListView
- UTreeView
- UCommonTreeView
References
| Module | CommonUI |
| Header | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/CommonTreeView.h |
| Include | #include "CommonTreeView.h" |
Syntax
UCLASS&40;&41;
class UCommonTreeView : public UTreeView
Remarks
TreeView specialized to navigate on focus for consoles & enable scrolling when not focused for touch
Constructors
| Type | Name | Description | |
|---|---|---|---|
UCommonTreeView
(
const FObjectInitializer& ObjectInitializer |
Overridden from UListViewBase
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< STableViewBase > | Implement in child classes to construct the actual ListView Slate widget |
Overridden from ITypedUMGListView
| Type | Name | Description | |
|---|---|---|---|
| UUserWidget & | OnGenerateEntryWidgetInternal
(
UObject* Item, |
Generates the actual entry widget that represents the given item. |