so in your first picture I’m a bit confused about “Initial Set Player Name”. Is this an event? If so, what does it do?
And where is your variable “Player Char” coming from?
edit: I found the answer to my first question, I just missed that picture at first
edit2: figuring it out, ignore the attached image. When I create a “Players” array, there is no “target”
also now I’m at the point where I need to display the valid player names in my main widget. How do I get the array “players” from main widget into the new game widget for them to display? I tried casting, but I couldn’t get the array
edit3: I figured it out. the array was set to “private”.
edit4: well, I tried to figure it out. I basically copied what you had done earlier again. It’s just not working and I’m not sure what I’m doing wrong. I just want to display the text from the Players array in this widget.


