Navigation
Unreal Engine C++ API Reference > Editor > BehaviorTreeEditor > UEdGraphSchema_BehaviorTreeDecorator
References
Module | BehaviorTreeEditor |
Header | /Engine/Source/Editor/BehaviorTreeEditor/Classes/EdGraphSchema_BehaviorTreeDecorator.h |
Include | #include "EdGraphSchema_BehaviorTreeDecorator.h" |
Source | /Engine/Source/Editor/BehaviorTreeEditor/Private/EdGraphSchema_BehaviorTreeDecorator.cpp |
virtual void GetGraphContextActions ( [FGraphContextMenuBuilder](API\Runtime\Engine\EdGraph\FGraphContextMenuBuilder) & ContextMenuBuilder ) 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. |