Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IDetailPropertyExtensionHandler
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/IDetailPropertyExtensionHandler.h |
| Include | #include "IDetailPropertyExtensionHandler.h" |
virtual void ExtendWidgetRow
&40;
FDetailWidgetRow & InWidgetRow,
const IDetailLayoutBuilder & InDetailBuilder,
const UClass &42; InObjectClass,
TSharedPtr< IPropertyHandle > PropertyHandle
&41;
Remarks
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.