FPropertyEditorModule::UnregisterCustomClassLayout

Unregisters a custom detail layout delegate for a specific class name

Choose your operating system:

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 UnregisterCustomClassLayout
(
    FName ClassName
)

Remarks

Unregisters a custom detail layout delegate for a specific class name

Parameters

Parameter

Description

ClassName

The class name with the custom detail layout delegate to remove