SDefaultGraphActionWidget

Default widget for GraphActionMenu

Windows
MacOS
Linux

Inheritance Hierarchy

References

Module

GraphEditor

Header

/Engine/Source/Editor/GraphEditor/Public/SGraphActionMenu.h

Include

#include "SGraphActionMenu.h"

Syntax

class SDefaultGraphActionWidget : public SCompoundWidget

Remarks

Default widget for GraphActionMenu

Variables

Name Description

Public variable

TWeakPtr< FEdGr...

 

ActionPtr

The item that we want to display with this widget

Public variable

FCreateWidgetMo...

 

MouseButtonDownDelegate

Delegate executed when mouse button goes down

Functions

Name Description

Public function

void

 

Construct

(
    const FArguments& InArgs,
    const FCreateWidgetForActionData&#...
)

Overridden from SWidget

Name Description

Public function Virtual

FReply

 

OnMouseButtonDown

(
    const FGeometry& MyGeometry,
    const FPointerEvent& MouseEvent
)

MOUSE INPUT The system calls this method to notify the widget that a mouse button was pressed within it.

Classes

Name

Description

Public struct

FArguments

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