Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IDetailRootObjectCustomization > API/Editor/PropertyEditor/IDetailRootObjectCustomization/CustomizeObjectHeader
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/IDetailRootObjectCustomization.h |
| Include | #include "IDetailRootObjectCustomization.h" |
virtual TSharedPtr< SWidget > CustomizeObjectHeader
&40;
const FDetailsObjectSet & InRootObjectSet,
const TSharedPtr< ITableRow > & InTableRow
&41;
Remarks
Called when the details panel wants to display an object header widget for a given object
Parameters
| Name | Description |
|---|---|
| InRootObjects | The object set whose header is being customized |
| InTableRow | The ITableRow object (table views to talk to their rows) that will use the current IDetailRootObjectCustomization element. This may be null if the customization is not being shown in a table view |