IDetailsView::SetRootObjectCustomizationInstance

Registers a customization that will be used only if this details panel contains multiple top level objects.

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

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

Include

#include "IDetailsView.h"

Syntax

void SetRootObjectCustomizationInstance
(
    TSharedPtr< class IDetailRootObjectCustomization > InRootObjectCustomization
)

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

Parameter

Description

InRootObjectCustomization

If null is passed in, the customization will be removed

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