Navigation
API > API/Plugins > API/Plugins/AssetManagerEditor > API/Plugins/AssetManagerEditor/ReferenceViewer > API/Plugins/AssetManagerEditor/ReferenceViewer/UReferenceViewerSchema
- UEdGraphSchema::GetContextMenuActions()
- UReferenceViewerSchema::GetContextMenuActions()
References
| Module | AssetManagerEditor |
| Header | /Engine/Plugins/Editor/AssetManagerEditor/Source/AssetManagerEditor/Public/ReferenceViewer/ReferenceViewerSchema.h |
| Include | #include "ReferenceViewer/ReferenceViewerSchema.h" |
| Source | /Engine/Plugins/Editor/AssetManagerEditor/Source/AssetManagerEditor/Private/ReferenceViewer/ReferenceViewerSchema.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. |