Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IDetailLayoutBuilder
Description
Adds the property to its given category automatically. Useful in detail customizations which want to preserve categories.
| Name | AddPropertyToCategory |
| Type | function |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/DetailLayoutBuilder.h |
| Include Path | #include "DetailLayoutBuilder.h" |
IDetailPropertyRow & AddPropertyToCategory
(
TSharedPtr < IPropertyHandle > InPropertyHandle
)
the property row with which the property was added.
Parameters
| Name | Remarks |
|---|---|
| InPropertyHandle | The handle to the property that you want to add to its own category. |