Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/EdGraph > API/Runtime/Engine/EdGraph/UEdGraphSchema
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Classes/EdGraph/EdGraphSchema.h |
| Include | #include "EdGraph/EdGraphSchema.h" |
virtual const FPinConnectionResponse CanMergeNodes
(
const UEdGraphNode * A,
const UEdGraphNode * B
) 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. |