Navigation
API > API/Editor > API/Editor/UnrealEd
References
| Module | UnrealEd |
| Header | /Engine/Source/Editor/UnrealEd/Public/DataTableEditorUtils.h |
| Include | #include "DataTableEditorUtils.h" |
Syntax
struct FDataTableEditorColumnHeaderData
Remarks
Copyright Epic Games, Inc. All Rights Reserved.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FName | ColumnId | Unique ID used to identify this column | |
| float | DesiredColumnWidth | The calculated width of this column taking into account the cell data for each row | |
| FText | DisplayName | Display name of this column | |
| const FProperty * | Property | The FProperty for the variable in this column |