Navigation
API > API/Runtime > API/Runtime/Slate
Lists can exist as regular lists or as backing widgets for a tree.
| Name | ETableViewMode::Type |
| Type | enum |
| Header File | /Engine/Source/Runtime/Slate/Public/Framework/Views/ITypedTableView.h |
| Include Path | #include "Framework/Views/ITypedTableView.h" |
Syntax
namespace ETableViewMode
{
enum Type
{
List,
Tile,
Tree,
}
}
Values
| Name | Remarks |
|---|---|
| List | |
| Tile | |
| Tree |