Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IDetailLayoutBuilder
Description
Adds an external structure's property data to this details panel's PropertyMap. Allows getting the property handle for the property without having to generate a row widget.
| Name | AddStructurePropertyData |
| Type | function |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/DetailLayoutBuilder.h |
| Include Path | #include "DetailLayoutBuilder.h" |
TSharedPtr < IPropertyHandle > AddStructurePropertyData
(
const TSharedPtr < FStructOnScope > & StructData,
FName PropertyName
)
The property handle tied to the generated property node.
Parameters
| Name | Remarks |
|---|---|
| StructData | Struct data to find the property within. |
| PropertyName | Name of the property to generate a node from. |