How to get all nodes of a struct without using break?

hi everyone:
usually if i want to get nodes of a struct, i use “break” function, but i saw this better way in a network project, anyone can tell me how to get a struct in this way?

Usually you can right click on the node output pin and choose split structure pin, I assume this will work on this node also.

i tried and totally worked, thank you for helping