Navigation
API > API/Editor > API/Editor/UnrealEd
| Name | FDataTableEditorRowListViewData |
| Type | struct |
| Header File | /Engine/Source/Editor/UnrealEd/Public/DataTableEditorUtils.h |
| Include Path | #include "DataTableEditorUtils.h" |
Syntax
struct FDataTableEditorRowListViewData
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CellData | TArray< FText > | Array corresponding to each cell in this row | DataTableEditorUtils.h | |
| DesiredRowHeight | float | The calculated height of this row taking into account the cell data for each column | DataTableEditorUtils.h | |
| DisplayName | FText | Display name of this row | DataTableEditorUtils.h | |
| RowId | FName | Unique ID used to identify this row | DataTableEditorUtils.h | |
| RowNum | uint32 | Insertion number of the row | DataTableEditorUtils.h |