Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IDetailChildrenBuilder > API/Editor/PropertyEditor/IDetailChildrenBuilder/AddExternalObjects
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/IDetailChildrenBuilder.h |
| Include | #include "IDetailChildrenBuilder.h" |
IDetailPropertyRow &42; AddExternalObjects
&40;
const TArray< UObject &42; > & Objects,
const FAddPropertyParams & Params
&41;
Remarks
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 The header row generated for this set of objects by the details panel
Parameters
| Name | Description |
|---|---|
| Objects | The objects to add |
| Params | Optional parameters for customizing the display of the property rows. |