#include <SDialogueActionMenu.h>
Widget that appears after right clicking on the graph
Definition at line 13 of file SDialogueActionMenu.h.
◆ Self
◆ ~SDialogueActionMenu()
SDialogueActionMenu::~SDialogueActionMenu |
( |
| ) |
|
◆ CollectAllActions()
void SDialogueActionMenu::CollectAllActions |
( |
FGraphActionListBuilderBase & | OutAllActions | ) |
|
|
protected |
◆ Construct()
void SDialogueActionMenu::Construct |
( |
const FArguments & | InArgs | ) |
|
◆ DECLARE_DELEGATE_TwoParams()
SDialogueActionMenu::DECLARE_DELEGATE_TwoParams |
( |
FDialogueActionMenuClosedReason | , |
|
|
bool | , |
|
|
bool | ) |
Delegate for the OnCloseReason event which is always raised when the SDialogueActionMenu closes
◆ GetFilterTextBox()
TSharedPtr< SEditableTextBox > SDialogueActionMenu::GetFilterTextBox |
( |
| ) |
const |
|
inline |
◆ OnActionSelected()
void SDialogueActionMenu::OnActionSelected |
( |
const TArray< TSharedPtr< FEdGraphSchemaAction > > & | SelectedAction, |
|
|
ESelectInfo::Type | InSelectionType ) |
|
protected |
◆ SLATE_BEGIN_ARGS()
SDialogueActionMenu::SLATE_BEGIN_ARGS |
( |
Self | | ) |
|
|
inline |
◆ AutoExpandActionMenu
bool SDialogueActionMenu::AutoExpandActionMenu = true |
|
protected |
◆ bActionExecuted
bool SDialogueActionMenu::bActionExecuted = false |
|
protected |
◆ DraggedFromPins
TArray<UEdGraphPin*> SDialogueActionMenu::DraggedFromPins |
|
protected |
◆ Graph
UEdGraph* SDialogueActionMenu::Graph = nullptr |
|
protected |
◆ GraphActionMenu
TSharedPtr<SGraphActionMenu> SDialogueActionMenu::GraphActionMenu |
|
protected |
◆ NewNodePosition
FVector2D SDialogueActionMenu::NewNodePosition |
|
protected |
◆ OnClosedCallback
SGraphEditor::FActionMenuClosed SDialogueActionMenu::OnClosedCallback |
|
protected |
◆ OnCloseReasonCallback
FDialogueActionMenuClosedReason SDialogueActionMenu::OnCloseReasonCallback |
|
protected |
The documentation for this class was generated from the following files:
- SDKDemo/Plugins/UnrealEngineSDK/VisualScripter/Source/DlgSystemEditor/Private/DialogueEditor/SDialogueActionMenu.h
- SDKDemo/Plugins/UnrealEngineSDK/VisualScripter/Source/DlgSystemEditor/Private/DialogueEditor/SDialogueActionMenu.cpp