UAnimGraphNode_BlendSpacePlayer::GetMenuActions

Replacement for [GetMenuEntries()](API\Runtime\Engine\EdGraph\UEdGraphNode\GetMenuEntries).

Unreal Engine C++ API Reference > Editor > AnimGraph > UAnimGraphNode_BlendSpacePlayer

References

   
Module AnimGraph
Header /Engine/Source/Editor/AnimGraph/Public/AnimGraphNode_BlendSpacePlayer.h
Include #include "AnimGraphNode_BlendSpacePlayer.h"
Source /Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_BlendSpacePlayer.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.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library