Navigation
API > API/Editor > API/Editor/PropertyEditor
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/IDetailPropertyChildrenCustomizationHandler.h |
| Include | #include "IDetailPropertyChildrenCustomizationHandler.h" |
Syntax
class IDetailPropertyChildrenCustomizationHandler
Remarks
Customizes properties children in a detail view.
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | CustomizeChildren
(
IDetailChildrenBuilder& ChildrenBuilder, |
Gives a chance to customize provided property's children. | |
| bool | ShouldCustomizeChildren
(
TSharedRef< IPropertyHandle > InPropertyHandle |
Returns true if the handler should override provided property's children. |