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