FPropertyEditorModule::UnregisterCustomPropertyTypeLayout

Unregisters a custom detail layout for a properrty type

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

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

Include

#include "PropertyEditorModule.h"

Source

/Engine/Source/Editor/PropertyEditor/Private/PropertyEditorModule.cpp

Syntax

virtual void UnregisterCustomPropertyTypeLayout
(
    FName PropertyTypeName,
    TSharedPtr< IPropertyTypeIdentifier > InIdentifier
)

Remarks

Unregisters a custom detail layout for a properrty type

Parameters

Parameter

Description

PropertyTypeName

The name of the property type that was registered

Identifier

An identifier to use to differentiate between two customizations on the same type

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