FNodeWidgetActionsCustomMenuData

Defines a custom menu action which can be performed on a detail tree node.

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

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

Include

#include "IDetailTreeNode.h"

Syntax

struct FNodeWidgetActionsCustomMenuData

Remarks

Defines a custom menu action which can be performed on a detail tree node.

Variables

Name Description

Public variable

const FUIAction

 

Action

The action to be performed.

Public variable

const FText

 

Name

The name to display for the menu item.

Public variable

const FSlateIco...

 

SlateIcon

The icon to display for the menu item.

Public variable

const FText

 

Tooltip

The tooltip to the display for the menu item.

Constructors

Name Description

Public function

FNodeWidgetActionsCustomMenuData

(
    const FUIAction& InAction,
    const FText& InName,
    const FText& InTooltip,
    const FSlateIcon& InSlateIcon
)

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