Navigation
API > API/Plugins > API/Plugins/CommonUI
Inheritance Hierarchy
- UObjectBase
- UObjectBaseUtility
- UObject
- UVisual
- UWidget
- UListViewBase
- UListView
- UCommonListView
References
| Module | CommonUI |
| Header | /Engine/Plugins/Runtime/CommonUI/Source/CommonUI/Public/CommonListView.h |
| Include | #include "CommonListView.h" |
Syntax
UCLASS&40;&41;
class UCommonListView : public UListView
Remarks
Constructors
| Type | Name | Description | |
|---|---|---|---|
UCommonListView
(
const FObjectInitializer& ObjectInitializer |
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | SetEntrySpacing
(
float InEntrySpacing |
Overridden from UListViewBase
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< STableViewBase > | Implement in child classes to construct the actual ListView Slate widget |
Overridden from UWidget
| Type | Name | Description | |
|---|---|---|---|
| const FText | Gets the palette category of the widget |
Overridden from ITypedUMGListView
| Type | Name | Description | |
|---|---|---|---|
| UUserWidget & | OnGenerateEntryWidgetInternal
(
UObject* Item, |
Generates the actual entry widget that represents the given item. |