Is there a difference between using break vector and splitting output pins?

There still none, Vector is a structure and split/break function are stricture features not just Vector. Note that nodes you see in blueprint are compiled down to virtual machine instructions and structures are just packed variables in memory that can referenced as entire structure or individual variables, so regardless if you break or split, blueprint compiler simply gonna reference that individual variable at the end point output pin that is connected to.

3 Likes