IDetailsView::UnregisterInstancedCustomPropertyLayout

Unregisters a custom detail layout delegate for a specific class in this instance of the details view only

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

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

Include

#include "IDetailsView.h"

Syntax

void UnregisterInstancedCustomPropertyLayout
(
    UStruct * Class
)

Remarks

Unregisters a custom detail layout delegate for a specific class in this instance of the details view only

Parameters

Parameter

Description

Class

The class with the custom detail layout delegate to remove

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