Unreal Engine 4.8 Released!

For the self nodes there is the nice workaround to just cast the self reference to itself. So if you have a blueprint named “Car” and you use a self reference in there, cast the self reference to Car with a pure cast and connect the cast output to the add node. Then the wires don’t get disconnected.