Navigation
API > API/Editor > API/Editor/PropertyEditor
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/PropertyEditorDelegates.h |
| Include | #include "PropertyEditorDelegates.h" |
Syntax
struct FDetailLayoutCallback
Remarks
Callback executed to query the custom layout of details
Variables
| Type | Name | Description | |
|---|---|---|---|
| FOnGetDetailCustomizationInstance | DetailLayoutDelegate | Delegate to call to query custom layout of details | |
| int32 | Order | The order of this class in the map of callbacks to send (callbacks sent in the order they are received) |