Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IDetailCategoryBuilder
Description
Adds an entire external object to this category. The object should not be one of the objects already visible by this details panel
| Name | AddExternalObjects |
| Type | function |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/DetailCategoryBuilder.h |
| Include Path | #include "DetailCategoryBuilder.h" |
IDetailPropertyRow * AddExternalObjects
(
const TArray < UObject * > & Objects,
EPropertyLocation::Type Location,
const FAddPropertyParams & Params
)
A property row for customizing the property or NULL if the property could not be found
Parameters
| Name | Remarks |
|---|---|
| Objects | List of objects that contain the property |
| Location | The location within the category where the property is shown |