Drawing of cusom node connection

I have created cusom UEdGraphSchema, UEdGraphNode and SGraphNode. My node have one input and three output connection. When I try to connect my node1 output pin with node2 input pin It always looks like I’m trying to connect node1 INPUT pin. And connection has wrong direction. How can I fix it?