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 * AddExternalObjects
(
const TArray < UObject * > & Objects,
FName UniqueIdName
)
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 |
| UniqueIdName | Optional identifier that uniquely identifies this object among other objects of the same type. If this is empty, saving and restoring expansion state of this object may not work |