Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IPropertyHandle
Description
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)
| Name | CreatePropertyValueWidgetWithCustomization |
| Type | function |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/PropertyHandle.h |
| Include Path | #include "PropertyHandle.h" |
TSharedRef < SWidget > CreatePropertyValueWidgetWithCustomization
(
const IDetailsView * DetailsView
)
the value widget for this property
Parameters
| Name | Remarks |
|---|---|
| DetailsView | The details view to create the value widget for. Used to retrieve per details view customizations. |