Navigation
API > API/Plugins > API/Plugins/CommonConversationGraph > API/Plugins/CommonConversationGraph/UConversationGraphSchema
- 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 |
virtual const FPinConnectionResponse CanMergeNodes
&40;
const UEdGraphNode &42; A,
const UEdGraphNode &42; B
&41; const
Remarks
Determine if two nodes can be merged An empty string if the merge is legal, otherwise a message describing why the merge would fail.
Parameters
Name | Description |
---|---|
A | The first node. |
B | The second node. |