FBehaviorTreeSchemaAction_AutoArrange

Action to auto arrange the graph

Windows
MacOS
Linux

Inheritance Hierarchy

FEdGraphSchemaAction

FBehaviorTreeSchemaAction_AutoArrange

References

Module

BehaviorTreeEditor

Header

/Engine/Source/Editor/BehaviorTreeEditor/Classes/EdGraphSchema_BehaviorTree.h

Include

#include "EdGraphSchema_BehaviorTree.h"

Syntax

struct FBehaviorTreeSchemaAction_AutoArrange : public FEdGraphSchemaAction

Remarks

Action to auto arrange the graph

Constructors

Name Description

Public function

FBehaviorTreeSchemaAction_AutoArrange()

Public function

FBehaviorTreeSchemaAction_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