Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IDetailLayoutBuilder
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/DetailLayoutBuilder.h |
| Include | #include "DetailLayoutBuilder.h" |
IDetailCategoryBuilder & EditCategory
(
FName CategoryName,
const FText & NewLocalizedDisplayName,
ECategoryPriority::Type CategoryType
)
Remarks
Edits an existing category or creates a new one
Parameters
| Name | Description |
|---|---|
| CategoryName | The name of the category |
| NewLocalizedDisplayName | The new display name of the category (optional) |
| CategoryType | Category type to define sort order. Category display order is sorted by this type (optional) |