Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/FPropertyEditorModule
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/PropertyEditorModule.h |
| Include | #include "PropertyEditorModule.h" |
| Source | /Engine/Source/Editor/PropertyEditor/Private/PropertyEditorModule.cpp |
virtual void UnregisterCustomPropertyTypeLayout
&40;
FName PropertyTypeName,
TSharedPtr< IPropertyTypeIdentifier > InIdentifier
&41;
Remarks
Unregisters a custom detail layout for a property type
Parameters
| Name | 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 |