Thanks much for the visual examples. It helps a lot when I’m still learning.
The question I have is: What is that Struct Array node ?
Ps. Right now I spawn Actors from GameMode. And those Actors (BP_Participant) get random stats in Construction Script. I will change it so that the Struct is made first, and filled up with random stats, then spawn Actors with those stats via Cast To Game Mode, I presume.