Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/EdGraph > API/Runtime/Engine/EdGraph/UEdGraphSchema
- UEdGraphSchema::GetContextMenuActions()
- UEdGraphSchema_NiagaraSystemOverview::GetContextMenuActions()
- UReferenceViewerSchema::GetContextMenuActions()
- UDataflowSchema::GetContextMenuActions()
- UConversationGraphSchema::GetContextMenuActions()
- UEdGraphSchema_BehaviorTree::GetContextMenuActions()
- UAnimationGraphSchema::GetContextMenuActions()
- USoundClassGraphSchema::GetContextMenuActions()
- UEdGraphSchema_BehaviorTreeDecorator::GetContextMenuActions()
- UAnimationStateMachineSchema::GetContextMenuActions()
- UEdGraphSchema_Niagara::GetContextMenuActions()
- UAIGraphSchema::GetContextMenuActions()
- UConversationGraphSchema::GetContextMenuActions()
- UEdGraphSchema_BehaviorTree::GetContextMenuActions()
- UEdGraphSchema_CustomizableObject::GetContextMenuActions()
- USoundSubmixGraphSchema::GetContextMenuActions()
- USoundCueGraphSchema::GetContextMenuActions()
- URigVMEdGraphSchema::GetContextMenuActions()
- UMaterialGraphSchema::GetContextMenuActions()
- UMetasoundEditorGraphSchema::GetContextMenuActions()
- UEdGraphSchema_K2::GetContextMenuActions()
- UAnimationGraphSchema::GetContextMenuActions()
References
Module | Engine |
Header | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
Include | #include "EdGraph/EdGraphSchema.h" |
Source | /Engine/Source/Runtime/Engine/Private/EdGraph/EdGraphSchema.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. |