UAnimationStateMachineSchema::GetContextMenuActions

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

Windows
MacOS
Linux

Override Hierarchy

UEdGraphSchema::GetContextMenuActions()

UAnimationStateMachineSchema::GetContextMenuActions()

References

Module

AnimGraph

Header

/Engine/Source/Editor/AnimGraph/Classes/AnimationStateMachineSchema.h

Include

#include "AnimationStateMachineSchema.h"

Source

/Engine/Source/Editor/AnimGraph/Private/AnimationStateMachineSchema.cpp

Syntax

virtual void GetContextMenuActions
(
    class UToolMenu * Menu,
    class UGraphNodeContextMenuContext * Context
) const

Remarks

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

Parameters

Parameter

Description

Menu

The menu to append actions to.

Context

The menu's context.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss