Navigation
API > API/Editor > API/Editor/UMGEditor > API/Editor/UMGEditor/UK2Node_WidgetAnimationEvent
- UK2Node::GetMenuActions()
- UK2Node_WidgetAnimationEvent::GetMenuActions()
References
| Module | UMGEditor |
| Header | /Engine/Source/Editor/UMGEditor/Classes/K2Node_WidgetAnimationEvent.h |
| Include | #include "K2Node_WidgetAnimationEvent.h" |
| Source | /Engine/Source/Editor/UMGEditor/Private/K2Node_WidgetAnimationEvent.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. |