Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/EdGraph > API/Runtime/Engine/EdGraph/UEdGraphSchema
- UEdGraphSchema::GetGraphContextActions()
- UEdGraphSchema_EnvironmentQuery::GetGraphContextActions()
- UDataflowSchema::GetGraphContextActions()
- UConversationGraphSchema::GetGraphContextActions()
- UEdGraphSchema_BehaviorTree::GetGraphContextActions()
- USoundClassGraphSchema::GetGraphContextActions()
- UEdGraphSchema_BehaviorTreeDecorator::GetGraphContextActions()
- UAnimationStateMachineSchema::GetGraphContextActions()
- UEdGraphSchema_CustomizableObject::GetGraphContextActions()
- USoundSubmixGraphSchema::GetGraphContextActions()
- USoundCueGraphSchema::GetGraphContextActions()
- URigVMEdGraphSchema::GetGraphContextActions()
- UMaterialGraphSchema::GetGraphContextActions()
- UMetasoundEditorGraphSchema::GetGraphContextActions()
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 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. |