Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IDetailLayoutBuilder
Description
Adds an external object's property to this details panel's PropertyMap. Allows getting the property handle for the property without having to generate a row widget.
| Name | AddObjectPropertyData |
| Type | function |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/DetailLayoutBuilder.h |
| Include Path | #include "DetailLayoutBuilder.h" |
TSharedPtr < IPropertyHandle > AddObjectPropertyData
(
TConstArrayView< UObject * > Objects,
FName PropertyName
)
The property handle created tied to generated property node.
Parameters
| Name | Remarks |
|---|---|
| Objects | List of objects that contain the property. |
| PropertyName | Name of the property to generate a node from. |