Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IStructCustomization
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/IPropertyTypeCustomization.h |
| Include | #include "IPropertyTypeCustomization.h" |
void CustomizeStructChildren
(
TSharedRef< IPropertyHandle > StructPropertyHandle,
class IDetailChildrenBuilder & ChildBuilder,
IStructCustomizationUtils & StructCustomizationUtils
)
Remarks
Called when the children of the struct should be customized
Parameters
| Name | Description |
|---|---|
| StructPropertyHandle | Handle to the struct property |
| StructBuilder | A builder for customizing the struct children |
| StructCustomizationUtils | Utilities for struct customization |