Navigation
Unreal Engine C++ API Reference > Editor > AnimGraph > UAnimGraphNode_StateResult
- UK2Node::GetMenuActions()
- UAnimGraphNode_Base::GetMenuActions()
- UAnimGraphNode_StateResult::GetMenuActions()
References
Module | AnimGraph |
Header | /Engine/Source/Editor/AnimGraph/Public/AnimGraphNode_StateResult.h |
Include | #include "AnimGraphNode_StateResult.h" |
Source | /Engine/Source/Editor/AnimGraph/Private/AnimGraphNode_StateResult.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. |