FControlRigGraphSchemaAction_PromoteToVariable::PerformAction

Execute this action, given the graph and schema, and possibly a pin that we were dragged from.

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

FEdGraphSchemaAction::PerformAction()

FControlRigGraphSchemaAction_PromoteToVariable::PerformAction()

References

Module

ControlRigDeveloper

Header

/Engine/Plugins/Animation/ControlRig/Source/ControlRigDeveloper/Public/Graph/ControlRigGraphSchema.h

Include

#include "Graph/ControlRigGraphSchema.h"

Source

/Engine/Plugins/Animation/ControlRig/Source/ControlRigDeveloper/Private/Graph/ControlRigGraphSchema.cpp

Syntax

virtual UEdGraphNode * PerformAction
(
    UEdGraph * ParentGraph,
    UEdGraphPin * FromPin,
    const FVector2D Location,
    bool bSelectNewNode
)

Remarks

Execute this action, given the graph and schema, and possibly a pin that we were dragged from. Returns a node that was created by this action (if any).