UCommonTileView

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

CommonUI

Header

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

Include

#include "CommonTileView.h"

Syntax

[UCLASS](Programming/UnrealArchitecture/Reference/Classes#classdeclaration)(Meta=(DisableNativeTick))
class UCommonTileView : public UTileView

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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss