Navigation
API > API/Editor > API/Editor/PropertyEditor
A property row extension arguments is displayed at the end of a property row, either inline or as a button.
| Name | FOnGenerateGlobalRowExtensionArgs |
| Type | struct |
| Header File | /Engine/Source/Editor/PropertyEditor/Public/PropertyEditorDelegates.h |
| Include Path | #include "PropertyEditorDelegates.h" |
Syntax
struct FOnGenerateGlobalRowExtensionArgs
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| OwnerObject | UObject * | Owner object for the property extension | PropertyEditorDelegates.h | |
| OwnerTreeNode | TWeakPtr< IDetailTreeNode > | The detail row's owner tree node. | PropertyEditorDelegates.h | |
| Property | FProperty * | Exposed property | PropertyEditorDelegates.h | |
| PropertyHandle | TSharedPtr< IPropertyHandle > | The detail row's property handle. | PropertyEditorDelegates.h | |
| PropertyPath | FString | Path of the exposed property | PropertyEditorDelegates.h |