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