Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IDetailsView
Description
Registers a customization that will be used only if this details panel contains multiple top level objects. I.E it was created with bAllowMultipleTopLevelObjects = true. This interface will be used to customize the header for each top level object in the details panel
| Name | SetRootObjectCustomizationInstance |
| Type | function |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/IDetailsView.h |
| Include Path | #include "IDetailsView.h" |
void SetRootObjectCustomizationInstance
(
TSharedPtr < IDetailRootObjectCustomization > InRootObjectCustomization
)
Parameters
| Name | Remarks |
|---|---|
| InRootObjectCustomization | If null is passed in, the customization will be removed |