UEdGraphSchema_BehaviorTree::CanMergeNodes

Determine if two nodes can be merged

Windows
MacOS
Linux

Override Hierarchy

UEdGraphSchema::CanMergeNodes()

UEdGraphSchema_BehaviorTree::CanMergeNodes()

References

Module

BehaviorTreeEditor

Header

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

Include

#include "EdGraphSchema_BehaviorTree.h"

Source

/Engine/Source/Editor/BehaviorTreeEditor/Private/EdGraphSchema_BehaviorTree.cpp

Syntax

virtual const FPinConnectionResponse CanMergeNodes
(
    const UEdGraphNode * A,
    const UEdGraphNode * B
) const

Remarks

Determine if two nodes can be merged

Returns

An empty string if the merge is legal, otherwise a message describing why the merge would fail.

Parameters

Parameter

Description

A

The first node.

B

The second node.

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