Navigation
API > API/Plugins > API/Plugins/CustomizableObjectEditor > API/Plugins/CustomizableObjectEditor/MuCOE > API/Plugins/CustomizableObjectEditor/MuCOE/UEdGraphSchema_CustomizableObjec-
- UEdGraphSchema::GetGraphContextActions()
- UEdGraphSchema_CustomizableObject::GetGraphContextActions()
References
| Module | CustomizableObjectEditor |
| Header | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObjectEditor/Classes/MuCOE/EdGraphSchema_CustomizableObject.h |
| Include | #include "MuCOE/EdGraphSchema_CustomizableObject.h" |
| Source | /Engine/Plugins/Experimental/Mutable/Source/CustomizableObjectEditor/Private/MuCOE/EdGraphSchema_CustomizableObject.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. |