Navigation
API > API/Editor > API/Editor/PropertyEditor
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/IDetailPropertyExtensionHandler.h |
| Include | #include "IDetailPropertyExtensionHandler.h" |
Syntax
class IDetailPropertyExtensionHandler
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | ExtendWidgetRow
(
FDetailWidgetRow& InWidgetRow, |
Gives the extension handler a chance to add extension widgets to the widget row. | |
| bool | IsPropertyExtendable
(
const UClass* InObjectClass, |
Deprecated Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedRef< SWidget > | GenerateExtensionWidget
(
const UClass* InObjectClass, |
Please use ExtendWidgetRow | |
| TSharedRef< SWidget > | GenerateExtensionWidget
(
const IDetailLayoutBuilder& InDetailBuilder, |
Please use ExtendWidgetRow |