Navigation
API > API/Editor > API/Editor/UnrealEd
| Name | ERowInsertionPosition |
| Type | enum |
| Header File | /Engine/Source/Editor/UnrealEd/Public/DataTableEditorUtils.h |
| Include Path | #include "DataTableEditorUtils.h" |
Syntax
enum ERowInsertionPosition
{
Above,
Below,
Bottom,
}
Values
| Name | Remarks |
|---|---|
| Above | |
| Below | |
| Bottom |