UCommonListView

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

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

CommonUI

Header

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

Include

#include "CommonListView.h"

Syntax

[UCLASS](Programming/UnrealArchitecture/Reference/Classes#classdeclaration)()
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.

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