Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IDetailCustomization > API/Editor/PropertyEditor/IDetailCustomization/CustomizeDetails
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/IDetailCustomization.h |
| Include | #include "IDetailCustomization.h" |
virtual void CustomizeDetails
(
const TSharedPtr< IDetailLayoutBuilder > & DetailBuilder
)
Remarks
Called when details should be customized, this version allows the customization to store a weak ptr to the layout builder. This allows property changes to trigger a force refresh of the detail panel.