Choose your operating system:
Windows
macOS
Linux
Module |
|
Header |
/Engine/Source/Editor/PropertyEditor/Public/PropertyEditorModule.h |
Include |
#include "PropertyEditorModule.h" |
Source |
/Engine/Source/Editor/PropertyEditor/Private/PropertyEditorModule.cpp |
virtual void RegisterCustomClassLayout
(
FName ClassName,
FOnGetDetailCustomizationInstance DetailLayoutDelegate
)
Registers a custom detail layout delegate for a specific class
Parameter |
Description |
---|---|
ClassName |
The name of the class that the custom detail layout is for |
DetailLayoutDelegate |
The delegate to call when querying for custom detail layouts for the classes properties |