UEdGraphSchema_NiagaraSystemOverview::GetContextMenuActions

Gets actions that should be added to the right-click context menu for a node or pin

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

UEdGraphSchema::GetContextMenuActions()

UEdGraphSchema_NiagaraSystemOverview::GetContextMenuActions()

References

Module

NiagaraEditor

Header

/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Public/EdGraphSchema_NiagaraSystemOverview.h

Include

#include "EdGraphSchema_NiagaraSystemOverview.h"

Source

/Engine/Plugins/FX/Niagara/Source/NiagaraEditor/Private/EdGraphSchema_NiagaraSystemOverview.cpp

Syntax

virtual void GetContextMenuActions
(
    class UToolMenu * Menu,
    class UGraphNodeContextMenuContext * Context
) const

Remarks

Gets actions that should be added to the right-click context menu for a node or pin

Parameters

Parameter

Description

Menu

The menu to append actions to.

Context

The menu's context.