UCommonTreeView

[UCommonTreeView](API\Plugins\CommonUI\UCommonTreeView).

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

References

Module

CommonUI

Header

/Engine/Plugins/Experimental/CommonUI/Source/CommonUI/Public/CommonTreeView.h

Include

#include "CommonTreeView.h"

Syntax

UCLASS()
class UCommonTreeView : public UTreeView

Remarks

TreeView specialized to navigate on focus for consoles & enable scrolling when not focused for touch

Constructors

Name Description

Public function

UCommonTreeView

(
    const FObjectInitializer& ObjectIn...
)

Overridden from UListViewBase

Name Description

Protected function Virtual

TSharedRef< ...

 

RebuildListWidget()

Implement in child classes to construct the actual ListView Slate widget

Overridden from ITypedUMGListView

Name Description

Protected function Virtual

UUserWidget ...

 

OnGenerateEntryWidgetInternal

(
    UObject* Item,
    TSubclassOf< UUserWidget > DesiredE...,
    const TSharedRef< STableViewBase > ...
)

Generates the actual entry widget that represents the given item.