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" |
TArray< TSharedPtr< IPropertyHandle > > AddAllExternalStructureProperties
&40;
TSharedRef< FStructOnScope > StructData,
EPropertyLocation::Type Location,
TArray< IDetailPropertyRow &42; > &42; OutPropertiesRow
&41;
Remarks
Adds all properties for the specified external structure to this category Array of all properties added to this category
Parameters
| Name | Description |
|---|---|
| StructData | External struct data to add to the root |
| Location | The location within the category where the properties are to be shown |
| PropertiesRow | Optional pointer to an array that will contains the IDetailPropertyRow of the properties added |