Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IDetailLayoutBuilder
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/DetailLayoutBuilder.h |
| Include | #include "DetailLayoutBuilder.h" |
void RegisterInstancedCustomPropertyTypeLayout
&40;
FName PropertyTypeName,
FOnGetPropertyTypeCustomizationInstance PropertyTypeLayoutDelegate,
TSharedPtr< IPropertyTypeIdentifier > Identifier
&41;
Remarks
Registers a custom detail layout delegate for a specific type in this layout only
Parameters
| Name | Description |
|---|---|
| PropertyTypeName | The type the custom detail layout is for |
| DetailLayoutDelegate | The delegate to call when querying for custom detail layouts for the classes properties |