Navigation
API > API/Editor > API/Editor/PropertyEditor
| |
|
| Name |
EDetailNodeType |
| Type |
enum |
| Header File |
/Engine/Source/Editor/PropertyEditor/Public/IDetailTreeNode.h |
| Include Path |
#include "IDetailTreeNode.h" |
Syntax
enum EDetailNodeType
{
Category,
Item,
Advanced,
Object,
}
Values
| Name |
Remarks |
| Category |
Node represents a category |
| Item |
Node represents an item such as a property or widget |
| Advanced |
Node represents an advanced dropdown |
| Object |
Represents a top level object node if a view supports multiple root objects |