Navigation
API > API/Editor > API/Editor/BehaviorTreeEditor > API/Editor/BehaviorTreeEditor/UEdGraphSchema_BehaviorTree
- UEdGraphSchema::GetGraphContextActions()
- UEdGraphSchema_BehaviorTree::GetGraphContextActions()
References
| Module | BehaviorTreeEditor |
| Header | /Engine/Source/Editor/BehaviorTreeEditor/Classes/EdGraphSchema_BehaviorTree.h |
| Include | #include "EdGraphSchema_BehaviorTree.h" |
| Source | /Engine/Source/Editor/BehaviorTreeEditor/Private/EdGraphSchema_BehaviorTree.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. |