FPropertyRowExtensionButton

A property row extension button is displayed at the end of a property row, either inline as a button, or in a dropdown when not all buttons can fit.

Choose your operating system:

Windows

macOS

Linux

References

Module

PropertyEditor

Header

/Engine/Source/Editor/PropertyEditor/Public/PropertyEditorDelegates.h

Include

#include "PropertyEditorDelegates.h"

Syntax

struct FPropertyRowExtensionButton

Remarks

A property row extension button is displayed at the end of a property row, either inline as a button, or in a dropdown when not all buttons can fit.

Variables

Name Description

Public variable

TAttribute< FSl...

 

Icon

The icon to display for the button.

Public variable

TAttribute< FTe...

 

Label

The label to display for the button when shown in the dropdown.

Public variable

TAttribute< FTe...

 

ToolTip

The tooltip to display for the button.

Public variable

FUIAction

 

UIAction

The UIAction to use for the button - this includes on execute, can execute and visibility handlers.