Choose your operating system:
Windows
macOS
Linux
| UObjectBase
|
Module |
|
Header |
/Engine/Plugins/Experimental/CommonUI/Source/CommonUI/Public/CommonListView.h |
Include |
#include "CommonListView.h" |
UCLASS()
class UCommonListView : public UListView
Name | Description | |
---|---|---|
|
UCommonListView ( |
Name | Description | ||
---|---|---|---|
|
SetEntrySpacing ( |
Name | Description | ||
---|---|---|---|
|
TSharedRef< ... |
RebuildListWidget() |
Implement in child classes to construct the actual ListView Slate widget |
Name | Description | ||
---|---|---|---|
|
const FText |
GetPaletteCategory() |
Gets the palette category of the widget |
Name | Description | ||
---|---|---|---|
|
UUserWidget ... |
OnGenerateEntryWidgetInternal ( |
Generates the actual entry widget that represents the given item. |