UI for both players

Hi everyone!
Guys, i’m thinking for some time and i still don’t know how do that :confused:
I’m doing a local multiplayer, P1 vs P2, everything work so far, the problem is my UI. Both screens must have their respective UI widgets with player’s health and etc, but when i add it for player 2, it shows on P1’s screen, and it’s variables don’t work :confused: (hp, mp and etc).

Here is a print.

You guys know a way i can do it work on player 2’s camera? Thanks!

Well i found what was prevening of the variables work, now it’s fixed, but the UI widget still appears on P1 screen :confused:
Anyone knows how fix that? :confused:

Hi guys! I knew what was, i was using “ADD to Viewport” for both players so Unreal was spawning on the same screen.
So for the second player i just need to use the “Add to Player Screen”. It’s worked nicely :slight_smile: