UCommonListView

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

Choose your operating system:

Windows

macOS

Linux

Inheritance Hierarchy

References

Module

CommonUI

Header

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

Include

#include "CommonListView.h"

Syntax

UCLASS()
class UCommonListView : public UListView

Remarks

Constructors

Name Description

Public function

UCommonListView

(
    const FObjectInitializer& ObjectIn...
)

Functions

Name Description

Public function UFunction BlueprintCallable, Category

void

 

SetEntrySpacing

(
    float InEntrySpacing
)

Overridden from UListViewBase

Name Description

Protected function Virtual

TSharedRef< ...

 

RebuildListWidget()

Implement in child classes to construct the actual ListView Slate widget

Overridden from UWidget

Name Description

Public function Virtual

const FText

 

GetPaletteCategory()

Gets the palette category of the 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.