Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IDetailLayoutBuilder
Description
Gets the current set of existing category names. This includes both categories derived from properties and categories added via EditCategory.
| Name | GetCategoryNames |
| Type | function |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/DetailLayoutBuilder.h |
| Include Path | #include "DetailLayoutBuilder.h" |
void GetCategoryNames
(
TArray < FName > & OutCategoryNames
) const
Parameters
| Name | Remarks |
|---|---|
| OutCategoryNames | The array of category names |