Navigation
API > API/Editor > API/Editor/ContentBrowser
Init Params used by the STedsTableViewer displayed in place of the legacy Content Browser when this content source is active
| Name | FTableViewerInitParams |
| Type | struct |
| Header File | /Engine/Source/Editor/ContentBrowser/Public/ContentSources/IContentSource.h |
| Include Path | #include "ContentSources/IContentSource.h" |
Syntax
struct FTableViewerInitParams
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CellWidgetPurpose | DataStorage::IUiProvider::FPurposeID | The widget purposes used by the table viewer to display the widgets in the cells. | ContentSources/IContentSource.h | |
| Columns | TArray< TWeakObjectPtr< const UScriptStruct > > | The columns shown in the table viewer. | ContentSources/IContentSource.h | |
| QueryDescription | DataStorage::FQueryDescription | Query description to populate the rows of the table viewer. | ContentSources/IContentSource.h | |
| TableViewMode | ETableViewMode::Type | The table view type to use, currently only supports list and tile. | ContentSources/IContentSource.h |