Navigation
API > API/Editor > API/Editor/GraphEditor
| Name | FCreateWidgetForActionData |
| Type | struct |
| Header File | /Engine/Source/Editor/GraphEditor/Public/SGraphActionMenu.h |
| Include Path | #include "SGraphActionMenu.h" |
Syntax
struct FCreateWidgetForActionData
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FCreateWidgetForActionData
(
FOnRenameRequestActionNode*const InOnRenameRequest |
SGraphActionMenu.h |
Variables
Public
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Action | TSharedPtr< FEdGraphSchemaAction > | The action being used for the widget | SGraphActionMenu.h | |
| bHandleMouseButtonDown | bool | True if we want to use the mouse delegate | SGraphActionMenu.h | |
| bIsReadOnly | bool | True if the widget should be read only - no renaming allowed | SGraphActionMenu.h | |
| HighlightText | TAttribute< FText > | The text to highlight | SGraphActionMenu.h | |
| IsRowSelectedDelegate | FIsSelected | The delegate to determine if the current action is selected in the row | SGraphActionMenu.h | |
| MouseButtonDownDelegate | FCreateWidgetMouseButtonDown | Delegate for mouse button going down | SGraphActionMenu.h | |
| OnRenameRequest | FOnRenameRequestActionNode *const | This will be returned, hooked up to request a rename | SGraphActionMenu.h |