Navigation
Unreal Engine C++ API Reference > Editor > BlueprintGraph > UK2Node_GetEditorSubsystem
References
Module | BlueprintGraph |
Header | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_GetSubsystem.h |
Include | #include "K2Node_GetSubsystem.h" |
Source | /Engine/Source/Editor/BlueprintGraph/Private/K2Node_GetSubsystem.cpp |
virtual void GetMenuActions ( [FBlueprintActionDatabaseRegistrar](API\Editor\BlueprintGraph\FBlueprintActionDatabaseRegistra-) & 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
Name | Description |
---|---|
ActionListOut | The list to be populated with new spawners. |