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 GetDefaultProperties
&40;
TArray< TSharedRef< IPropertyHandle > > & OutAllProperties,
bool bSimpleProperties,
bool bAdvancedProperties
&41;
Remarks
Gets the default propeties of this category
Parameters
| Name | Description |
|---|---|
| OutAllProperties | The list of property handles that will be populated |
| bSimpleProperties | true to get simple properties |
| bAdvancedProperties | true to get advanded properties |