Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IDetailLayoutBuilder
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/DetailLayoutBuilder.h |
| Include | #include "DetailLayoutBuilder.h" |
TSharedPtr< IPropertyHandle > AddObjectPropertyData
(
TConstArrayView< UObject * > Objects,
FName PropertyName
)
Remarks
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. The property handle created tied to generated property node.
Parameters
| Name | Description |
|---|---|
| Objects | List of objects that contain the property. |
| PropertyName | Name of the property to generate a node from. |