Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IDetailsView
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/IDetailsView.h |
| Include | #include "IDetailsView.h" |
void SetRootObjectCustomizationInstance
&40;
TSharedPtr< IDetailRootObjectCustomization > InRootObjectCustomization
&41;
Remarks
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
Parameters
| Name | Description |
|---|---|
| InRootObjectCustomization | If null is passed in, the customization will be removed |