Navigation
API > API/Plugins > API/Plugins/GameplayAbilitiesEditor > API/Plugins/GameplayAbilitiesEditor/UK2Node_LatentAbilityCall
- UK2Node::GetMenuActions()
- UK2Node_BaseAsyncTask::GetMenuActions()
- UK2Node_LatentGameplayTaskCall::GetMenuActions()
- UK2Node_LatentAbilityCall::GetMenuActions()
References
| Module | GameplayAbilitiesEditor |
| Header | /Engine/Plugins/Runtime/GameplayAbilities/Source/GameplayAbilitiesEditor/Public/K2Node_LatentAbilityCall.h |
| Include | #include "K2Node_LatentAbilityCall.h" |
| Source | /Engine/Plugins/Runtime/GameplayAbilities/Source/GameplayAbilitiesEditor/Private/K2Node_LatentAbilityCall.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. |