Navigation
API > API/Plugins > API/Plugins/CommonConversationGraph > API/Plugins/CommonConversationGraph/UConversationGraphSchema
- UEdGraphSchema::GetGraphContextActions()
- UConversationGraphSchema::GetGraphContextActions()
References
Module | CommonConversationGraph |
Header | /Engine/Plugins/Experimental/CommonConversation/Source/CommonConversationGraph/Public/ConversationGraphSchema.h |
Include | #include "ConversationGraphSchema.h" |
Source | /Engine/Plugins/Experimental/CommonConversation/Source/CommonConversationGraph/Private/ConversationGraphSchema.cpp |
virtual void GetGraphContextActions
&40;
FGraphContextMenuBuilder & ContextMenuBuilder
&41; const
Remarks
Get all actions that can be performed when right clicking on a graph or drag-releasing on a graph from a pin
Parameters
Name | Description |
---|---|
ContextMenuBuilder | The context (graph, dragged pin, etc...) and output menu builder. |