Navigation
API > API/Editor > API/Editor/UnrealEd
| |
|
| Name |
FDataTableEditorColumnHeaderData |
| Type |
struct |
| Header File |
/Engine/Source/Editor/UnrealEd/Public/DataTableEditorUtils.h |
| Include Path |
#include "DataTableEditorUtils.h" |
Syntax
struct FDataTableEditorColumnHeaderData
Variables
Public
| Name |
Type |
Remarks |
Include Path |
Unreal Specifiers |
| ColumnId |
FName |
Unique ID used to identify this column |
DataTableEditorUtils.h |
|
| DesiredColumnWidth |
float |
The calculated width of this column taking into account the cell data for each row |
DataTableEditorUtils.h |
|
| DisplayName |
FText |
Display name of this column |
DataTableEditorUtils.h |
|
| Property |
const FProperty * |
The FProperty for the variable in this column |
DataTableEditorUtils.h |
|