IDetailRootObjectCustomization::CustomizeObjectHeader

Called when the details panel wants to display an object header widget for a given object

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

/Engine/Source/Editor/PropertyEditor/Public/IDetailRootObjectCustomization.h

Include

#include "IDetailRootObjectCustomization.h"

Syntax

virtual TSharedPtr< SWidget > CustomizeObjectHeader
(
    const FDetailsObjectSet & InRootObjectSet,
    const TSharedPtr< ITableRow > & InTableRow
)

Remarks

Called when the details panel wants to display an object header widget for a given object

Parameters

Parameter

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

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss