Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IDetailPropertyExtensionHandler
Description
Gives the extension handler a chance to add extension widgets to the widget row. Typically, an extension handler can do so by using InWidgetRow.ExtensionContent(), but it can also modify other aspects of the widget row as well.
| Name | ExtendWidgetRow |
| Type | function |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/IDetailPropertyExtensionHandler.h |
| Include Path | #include "IDetailPropertyExtensionHandler.h" |
virtual void ExtendWidgetRow
(
FDetailWidgetRow & InWidgetRow,
const IDetailLayoutBuilder & InDetailBuilder,
const UClass * InObjectClass,
TSharedPtr < IPropertyHandle > PropertyHandle
)