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 RegisterCustomClassLayout
&40;
FName ClassName,
FOnGetDetailCustomizationInstance DetailLayoutDelegate,
FRegisterCustomClassLayoutParams Params
&41;
Remarks
Registers a custom detail layout delegate for a specific class
Parameters
| Name | 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 |