Navigation
API > API/Editor > API/Editor/PropertyEditor > API/Editor/PropertyEditor/IPropertyRowGenerator
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/IPropertyRowGenerator.h |
| Include | #include "IPropertyRowGenerator.h" |
void RegisterInstancedCustomPropertyLayout
(
UStruct * Class,
FOnGetDetailCustomizationInstance DetailLayoutDelegate
)
Remarks
Registers a custom detail layout delegate for a specific class in this instance of the generator only
Parameters
| Name | Description |
|---|---|
| Class | The class the custom detail layout is for |
| DetailLayoutDelegate | The delegate to call when querying for custom detail layouts for the classes properties |