UCommonTileView

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

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

References

Module

CommonUI

Header

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

Include

#include "CommonTileView.h"

Syntax

UCLASS(Meta=(DisableNativeTick))
class UCommonTileView : public UTileView

Remarks

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

Constructors

Name Description

Public function

UCommonTileView

(
    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.