FConversationGraphSchemaAction_AutoArrange

Action to auto arrange the graph

Windows
MacOS
Linux

Inheritance Hierarchy

FEdGraphSchemaAction

FConversationGraphSchemaAction_AutoArrange

References

Module

CommonConversationGraph

Header

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

Include

#include "ConversationGraphSchema.h"

Syntax

[USTRUCT](Programming/UnrealArchitecture/Reference/Structs)()
struct FConversationGraphSchemaAction_AutoArrange : public FEdGraphSchemaAction

Remarks

Action to auto arrange the graph

Constructors

Name Description

Public function

FConversationGraphSchemaAction_AutoArrange()

Public function

FConversationGraphSchemaAction_AutoArrange

(
    FText InNodeCategory,
    FText InMenuDesc,
    FText InToolTip,
    const int32 InGrouping
)

Overridden from FEdGraphSchemaAction

Name Description

Public function Virtual

UEdGraphNode...

 

PerformAction

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

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

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