Navigation
API > API/Plugins > API/Plugins/CurveExpressionEditor > API/Plugins/CurveExpressionEditor/UK2Node_MakeCurveExpressionMap
- UK2Node::GetMenuActions()
- UK2Node_MakeCurveExpressionMap::GetMenuActions()
References
| Module | CurveExpressionEditor |
| Header | /Engine/Plugins/Experimental/Animation/CurveExpression/Source/Editor/Public/K2Node_MakeCurveExpressionMap.h |
| Include | #include "K2Node_MakeCurveExpressionMap.h" |
| Source | /Engine/Plugins/Experimental/Animation/CurveExpression/Source/Editor/Private/K2Node_MakeCurveExpressionMap.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. |