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" |
IDetailPropertyRow * AddExternalStructure
(
TSharedPtr< FStructOnScope > StructData,
EPropertyLocation::Type Location
)
Remarks
Adds an external standalone structure to this details panel A property row for customizing the property or NULL if the property could not be found
Parameters
| Name | Description |
|---|---|
| StructData | Struct data to find the property within |
| Location | The location within the category where the property is shown |