UEdGraphSchema_K2::CombineTwoPinNetsAndRemoveOldPins

Connects all of the linked pins from PinA to all of the linked pins from PinB, removing both PinA and PinB from being linked to anything else Requires the nodes that own the pins to be in the same graph already (post-merging)

Unreal Engine C++ API Reference > Editor > BlueprintGraph > UEdGraphSchema_K2

References

   
Module BlueprintGraph
Header /Engine/Source/Editor/BlueprintGraph/Classes/EdGraphSchema_K2.h
Include #include "EdGraphSchema_K2.h"
Source /Engine/Source/Editor/BlueprintGraph/Private/EdGraphSchema_K2.cpp
void CombineTwoPinNetsAndRemoveOldPins
(
    [UEdGraphPin](API\Runtime\Engine\EdGraph\UEdGraphPin) * InPinA,
    [UEdGraphPin](API\Runtime\Engine\EdGraph\UEdGraphPin) * InPinB
) const

Remarks

Connects all of the linked pins from PinA to all of the linked pins from PinB, removing both PinA and PinB from being linked to anything else Requires the nodes that own the pins to be in the same graph already (post-merging)


Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library