Navigation
API > API/Editor > API/Editor/PropertyEditor
| Name | EPropertyTableSelectionUnit::Type |
| Type | enum |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/IPropertyTable.h |
| Include Path | #include "IPropertyTable.h" |
Syntax
namespace EPropertyTableSelectionUnit
{
enum Type
{
None = 0x00,
Row = 0x01,
Cell = 0x03,
}
}
Values
| Name | Remarks |
|---|---|
| None | |
| Row | |
| Cell |