Navigation
API > API/Editor > API/Editor/BlueprintGraph > API/Editor/BlueprintGraph/UK2Node_GetInputVectorAxisValue
- UK2Node::GetMenuActions()
- UK2Node_GetInputAxisKeyValue::GetMenuActions()
- UK2Node_GetInputVectorAxisValue::GetMenuActions()
References
| Module | BlueprintGraph |
| Header | /Engine/Source/Editor/BlueprintGraph/Classes/K2Node_GetInputVectorAxisValue.h |
| Include | #include "K2Node_GetInputVectorAxisValue.h" |
| Source | /Engine/Source/Editor/BlueprintGraph/Private/K2Node_GetInputVectorAxisValue.cpp |
virtual void GetMenuActions
&40;
FBlueprintActionDatabaseRegistrar & ActionRegistrar
&41; 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. |