Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IPropertyHandle
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/PropertyHandle.h |
| Include | #include "PropertyHandle.h" |
TSharedRef< SWidget > CreatePropertyValueWidgetWithCustomization
(
const IDetailsView * DetailsView
)
Remarks
Creates a value widget for this property using customization, if available. Note that this is only the value widget for the header/main row for properties with child rows (ie: structs) the value widget for this property
Parameters
| Name | Description |
|---|---|
| DetailsView | The details view to create the value widget for. Used to retrieve per details view customizations. |