i’m making a small local multiplayer mini game and i wanted 4 players to be able to click start then select a character. best example i can give is like Mariokart multiplayer character select screen.
i have all the selection logic done and parsing info along to characters but how do i get multiple controls to use a single widget?
I want 4 players to be able to use this widget, so first I am creating 4 Players in the level blueprint before creating the widget (If you don’t have the number of players you are using you will get errors) like so:
You should check the tutorial in order to get an understanding of this system.
My set up is limited to “one cursor” like the “yellow cursor” of the Mariokart screen, but with some tweaking, you might be able to make it separate for individual players. I hope it helped you a little.