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" |
void GetCategoryNames
&40;
TArray< FName > & OutCategoryNames
&41; const
Remarks
Gets the current set of existing category names. This includes both categories derived from properties and categories added via EditCategory.
Parameters
| Name | Description |
|---|---|
| OutCategoryNames | The array of category names |