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
(
const FDetailsObjectSet & InRootObjectSet
)
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 |