Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IDetailChildrenBuilder
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
IDetailPropertyRow * AddExternalObjects
(
const TArray< UObject* >& Objects, |
Adds a set of objects to as a child. | IDetailChildrenBuilder.h | |
IDetailPropertyRow * AddExternalObjects
(
const TArray< UObject* >& Objects, |
Adds a set of objects to as a child. | IDetailChildrenBuilder.h |
AddExternalObjects(const TArray< UObject * > &, FName)
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 | AddExternalObjects |
| Type | function |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/IDetailChildrenBuilder.h |
| Include Path | #include "IDetailChildrenBuilder.h" |
IDetailPropertyRow * AddExternalObjects
(
const TArray < UObject * > & Objects,
FName UniqueIdName
)
The header row generated for this set of objects by the details panel
Parameters
| Name | Remarks |
|---|---|
| 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 |
AddExternalObjects(const TArray< UObject * > &, const FAddPropertyParams &)
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 | AddExternalObjects |
| Type | function |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/IDetailChildrenBuilder.h |
| Include Path | #include "IDetailChildrenBuilder.h" |
IDetailPropertyRow * AddExternalObjects
(
const TArray < UObject * > & Objects,
const FAddPropertyParams & Params
)
The header row generated for this set of objects by the details panel
Parameters
| Name | Remarks |
|---|---|
| Objects | The objects to add |
| Params | Optional parameters for customizing the display of the property rows. |