FOnGenerateGlobalRowExtension

Delegate called to get add an extension to a property row's name column.

Windows
MacOS
Linux

Type

typedef TMulticastDelegate_ThreeParams< void, const FOnGenerateGlobalRowExtensionArgs &, FOnGenerateGlobalRowExtensionArgs::EWidgetPosition, TArray< TSharedRef< class SWidget > > & > 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.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss