Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IDetailCategoryBuilder
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/DetailCategoryBuilder.h |
| Include | #include "DetailCategoryBuilder.h" |
FDetailWidgetRow & AddCustomRow
&40;
const FText & FilterString,
bool bForAdvanced
&41;
Remarks
Adds a custom widget row to the category
Parameters
| Name | Description |
|---|---|
| FilterString | A string which is used to filter this custom row when a user types into the details panel search box |
| bForAdvanced | Whether the widget should appear in the advanced section |