UAnimationStateMachineSchema::GetGraphContextActions

Get all actions that can be performed when right clicking on a graph or drag-releasing on a graph from a pin

Windows
MacOS
Linux

Override Hierarchy

UEdGraphSchema::GetGraphContextActions()

UAnimationStateMachineSchema::GetGraphContextActions()

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 GetGraphContextActions
(
    FGraphContextMenuBuilder & ContextMenuBuilder
) const

Remarks

Get all actions that can be performed when right clicking on a graph or drag-releasing on a graph from a pin

Parameters

Parameter

Description

ContextMenuBuilder

The context (graph, dragged pin, etc...) and output menu builder.

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