Navigation
API > API/Editor > API/Editor/AIGraph > API/Editor/AIGraph/UAIGraphSchema
- UEdGraphSchema::GetContextMenuActions()
- UAIGraphSchema::GetContextMenuActions()
- UConversationGraphSchema::GetContextMenuActions()
- UEdGraphSchema_BehaviorTree::GetContextMenuActions()
References
Module | AIGraph |
Header | /Engine/Source/Editor/AIGraph/Classes/AIGraphSchema.h |
Include | #include "AIGraphSchema.h" |
Source | /Engine/Source/Editor/AIGraph/Private/AIGraphSchema.cpp |
virtual void GetContextMenuActions
&40;
class UToolMenu &42; Menu,
class UGraphNodeContextMenuContext &42; Context
&41; const
Remarks
Gets actions that should be added to the right-click context menu for a node or pin
Parameters
Name | Description |
---|---|
Menu | The menu to append actions to. |
Context | The menu's context. |