Navigation
API > API/Editor > API/Editor/UnrealEd > API/Editor/UnrealEd/FDataTableEditorUtils
| Name | EDataTableChangeInfo |
| Type | enum |
| Header File | /Engine/Source/Editor/UnrealEd/Public/DataTableEditorUtils.h |
| Include Path | #include "DataTableEditorUtils.h" |
Syntax
enum EDataTableChangeInfo
{
RowData,
RowList,
}
Values
| Name | Remarks |
|---|---|
| RowData | The data corresponding to a single row has been changed |
| RowList | The data corresponding to the entire list of rows has been changed |