UK2Node_Literal::GetMenuActions

Replacement for [GetMenuEntries()](API\Runtime\Engine\EdGraph\UEdGraphNode\GetMenuEntries).

Windows
MacOS
Linux

Override Hierarchy

UK2Node::GetMenuActions()

UK2Node_Literal::GetMenuActions()

References

Module

BlueprintGraph

Header

/Engine/Source/Editor/BlueprintGraph/Classes/K2Node_Literal.h

Include

#include "K2Node_Literal.h"

Source

/Engine/Source/Editor/BlueprintGraph/Private/K2Node_Literal.cpp

Syntax

virtual void GetMenuActions
(
    FBlueprintActionDatabaseRegistrar & ActionRegistrar
) const

Remarks

Replacement for GetMenuEntries(). Override to add specific UBlueprintNodeSpawners pertaining to the sub-class type. Serves as an extensible way for new nodes, and game module nodes to add themselves to context menus.

Parameters

Parameter

Description

ActionListOut

The list to be populated with new spawners.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss