Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IDetailCustomization
| Type | Name | Description | |
|---|---|---|---|
| void | CustomizeDetails
(
IDetailLayoutBuilder& DetailBuilder |
Called when details should be customized | |
| void | CustomizeDetails
(
const TSharedPtr< IDetailLayoutBuilder >& DetailBuilder |
Called when details should be customized, this version allows the customization to store a weak ptr to the layout builder. |