UAnimationGraphSchema::GetContextMenuActions

Gets actions that should be added to the right-click context menu for a node or pin

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

References

   
Module AnimGraph
Header /Engine/Source/Editor/AnimGraph/Public/AnimationGraphSchema.h
Include #include "AnimationGraphSchema.h"
Source /Engine/Source/Editor/AnimGraph/Private/AnimationGraphSchema.cpp
virtual void GetContextMenuActions
(
    class [UToolMenu](API\Developer\ToolMenus\UToolMenu) * Menu,
    class [UGraphNodeContextMenuContext](API\Runtime\Engine\EdGraph\UGraphNodeContextMenuContext) * Context
) const

Remarks

Gets actions that should be added to the right-click context menu for a node or pin

Parameters

Name Description
Menu The menu to append actions to.
Context The menu's context.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library