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

FConversationGraphSchemaAction_AutoArrange::PerformAction()

References

Module

CommonConversationGraph

Header

/Engine/Plugins/Experimental/CommonConversation/Source/CommonConversationGraph/Public/ConversationGraphSchema.h

Include

#include "ConversationGraphSchema.h"

Source

/Engine/Plugins/Experimental/CommonConversation/Source/CommonConversationGraph/Private/ConversationGraphSchema.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).