UConversationGraphSchema::CanMergeNodes

Determine if two nodes can be merged

Windows
MacOS
Linux

Override Hierarchy

UEdGraphSchema::CanMergeNodes()

UConversationGraphSchema::CanMergeNodes()

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 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