Split screen and a spawnable 3d widget do not work

Okay so I have like a little store actor that is placed in the world. The game has 2 players and when either one steps on the store the game becomes split screen and the store displays items. There is a 3D widget above every item that the player accesses. The 3D widget is spawned as an actor in the world and has screen space. The problem is that when the split screen happens the 3D widget shows only on the first players screen. How do I fix this?

Thank you all for your answers!

Have you found a solution? I’m having the same issue.