Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IDetailChildrenBuilder
Description
Adds a set of objects to as a child. Similar to details panels, all objects will be visible in the details panel as set of properties from the common base class from the list of objects
| Name | AddExternalObjectProperty |
| Type | function |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/IDetailChildrenBuilder.h |
| Include Path | #include "IDetailChildrenBuilder.h" |
IDetailPropertyRow * AddExternalObjectProperty
(
const TArray < UObject * > & Objects,
FName PropertyName,
const FAddPropertyParams & Params
)
The header row generated for this set of objects by the details panel
Parameters
| Name | Remarks |
|---|---|
| Objects | The objects to add |
| PropertyName | Name of a property inside the object(s) to add. |
| Params | Optional parameters for customizing the display of the property rows. |