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" |
FDetailWidgetRow & AddCustomRowToCategory
&40;
TSharedPtr< IPropertyHandle > InPropertyHandle,
const FText & InCustomSearchString,
bool bForAdvanced
&41;
Remarks
Adds a custom row to the property's category automatically. Useful in detail customizations which want to preserve categories. the detail widget that can be further customized.
Parameters
| Name | Description |
|---|---|
| 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. |