Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IDetailChildrenBuilder
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/IDetailChildrenBuilder.h |
| Include | #include "IDetailChildrenBuilder.h" |
IDetailPropertyRow & AddProperty
&40;
TSharedRef< IPropertyHandle > PropertyHandle
&41;
Remarks
Adds a property to the struct An interface to the property row that can be used to customize the appearance of the property
Parameters
| Name | Description |
|---|---|
| PropertyHandle | The handle to the property to add |