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" |
IDetailPropertyRow & AddPropertyToCategory
&40;
TSharedPtr< IPropertyHandle > InPropertyHandle
&41;
Remarks
Adds the property to its given category automatically. Useful in detail customizations which want to preserve categories. the property row with which the property was added.
Parameters
| Name | Description |
|---|---|
| InPropertyHandle | The handle to the property that you want to add to its own category. |