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 * EditPropertyFromRoot
(
TSharedPtr< IPropertyHandle > InPropertyHandle
)
Remarks
Get the property row from the root of the details panel after it's been constructed, so this will work with default or custom properties The property row to edit or nullptr if the property row does not exist, which may happen if not constructed yet
Parameters
| Name | Description |
|---|---|
| InPropertyHandle | The handle to the property that you want to edit |