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