Navigation
API > API/Plugins > API/Plugins/CommonUI
| Name | UCommonListView |
| Type | class |
| Header File | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/CommonListView.h |
| Include Path | #include "CommonListView.h" |
Syntax
UCLASS (MinimalAPI)
class UCommonListView : public UListView
Inheritance Hierarchy
- UObjectBase → UObjectBaseUtility → UObject → UVisual → UWidget → UListViewBase → UListView → UCommonListView
Implements Interfaces
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
UCommonListView
(
const FObjectInitializer& ObjectInitializer |
CommonListView.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void SetEntrySpacing
(
float InEntrySpacing |
CommonListView.h |
|
Overridden from UWidget
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual const FText GetPaletteCategory() |
CommonListView.h |
Protected
Overridden from UListViewBase
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TSharedRef< STableViewBase > RebuildListWidget() |
CommonListView.h |
Overridden from ITypedUMGListView
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual UUserWidget & OnGenerateEntryWidgetInternal
(
UObject* Item, |
CommonListView.h |