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" |
void AddCustomBuilder
&40;
TSharedRef< IDetailCustomNodeBuilder > InCustomBuilder,
bool bForAdvanced
&41;
Remarks
Adds a custom builder to the category (for more complicated layouts)
Parameters
| Name | Description |
|---|---|
| InCustomBuilder | The custom builder to add |
| bForAdvanced | true if this builder is for the advanced section of the category |