Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IDetailLayoutBuilder
Description
Adds a custom row to the property's category automatically. Useful in detail customizations which want to preserve categories.
| Name | AddCustomRowToCategory |
| Type | function |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/DetailLayoutBuilder.h |
| Include Path | #include "DetailLayoutBuilder.h" |
FDetailWidgetRow & AddCustomRowToCategory
(
TSharedPtr < IPropertyHandle > InPropertyHandle,
const FText & InCustomSearchString,
bool bForAdvanced
)
the detail widget that can be further customized.
Parameters
| Name | Remarks |
|---|---|
| InPropertyHandle | The handle to the property that you want to add to its own category. |
| InCustomSearchString | A string which is used to filter this custom row when a user types into the details panel search box. |