Navigation
API > API/Editor > API/Editor/PropertyEditor
Type
typedef TMulticastDelegate_TwoParams< void, const FOnGenerateGlobalRowExtensionArgs &, TArray < FPropertyRowExtensionButton > & > FOnGenerateGlobalRowExtension
References
| Module | PropertyEditor |
| Header | /Engine/Source/Editor/PropertyEditor/Public/PropertyEditorDelegates.h |
| Include | #include "PropertyEditorDelegates.h" |
Remarks
Delegate called to get add an extension to a property row's name column. To use, bind an handler to the delegate that adds an extension to the out array parameter. When called, EWidgetPosition indicates the position for which the delegate is gathering extensions. ie. The favorite system is implemented by adding the star widget when the delegate is called with the left position.