Choose your operating system:
Windows
macOS
Linux
Deprecated
This version of RegisterCustomPropertyTypeLayout has been deprecated. For per-details instance customization call IDetailsView::RegisterInstancedCustomPropertyTypeLayout
Module |
|
Header |
/Engine/Source/Editor/PropertyEditor/Public/PropertyEditorModule.h |
Include |
#include "PropertyEditorModule.h" |
Source |
/Engine/Source/Editor/PropertyEditor/Private/PropertyEditorModule.cpp |
virtual void RegisterCustomPropertyTypeLayout
(
FName PropertyTypeName,
FOnGetPropertyTypeCustomizationInstance PropertyTypeLayoutDelegate,
TSharedPtr< IPropertyTypeIdentifier > Identifier,
TSharedPtr< IDetailsView > ForSpecificInstance
)