Navigation
API > API/Plugins > API/Plugins/CommonUI
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UVisual
- UWidget
- UListViewBase
- UListView
- UTileView
- UCommonTileView
References
| Module | CommonUI |
| Header | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/CommonTileView.h |
| Include | #include "CommonTileView.h" |
Syntax
UCLASS&40;Meta&61;&40;DisableNativeTick&41;&41;
class UCommonTileView : public UTileView
Remarks
TileView specialized to navigate on focus for consoles & enable scrolling when not focused for touch
Constructors
| Type | Name | Description | |
|---|---|---|---|
UCommonTileView
(
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. |