Navigation
Unreal Engine C++ API Reference > Plugins > NiagaraEditor > UEdGraphSchema_Niagara
- UEdGraphSchema::GetContextMenuActions()
- UEdGraphSchema_Niagara::GetContextMenuActions()
References
Module | NiagaraEditor |
Header | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/EdGraphSchema_Niagara.h |
Include | #include "EdGraphSchema_Niagara.h" |
Source | /Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/EdGraphSchema_Niagara.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. |