FEdGraphSchemaAction_K2AddCallOnActor::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()

FEdGraphSchemaAction_K2NewNode::PerformAction()

FEdGraphSchemaAction_K2AddCallOnActor::PerformAction()

References

Module

BlueprintGraph

Header

/Engine/Source/Editor/BlueprintGraph/Classes/EdGraphSchema_K2_Actions.h

Include

#include "EdGraphSchema_K2_Actions.h"

Source

/Engine/Source/Editor/BlueprintGraph/Private/EdGraphSchema_K2_Actions.cpp

Syntax

virtual UEdGraphNode * PerformAction
(
    class 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).