FEdGraphSchemaAction_NewStateNode::PerformAction

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

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

References

   
Module AnimGraph
Header /Engine/Source/Editor/AnimGraph/Public/AnimationStateMachineSchema.h
Include #include "AnimationStateMachineSchema.h"
Source /Engine/Source/Editor/AnimGraph/Private/AnimationStateMachineSchema.cpp
virtual [UEdGraphNode](API\Runtime\Engine\EdGraph\UEdGraphNode) * PerformAction
(
    class [UEdGraph](API\Runtime\Engine\EdGraph\UEdGraph) * ParentGraph,
    [UEdGraphPin](API\Runtime\Engine\EdGraph\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).


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library