Hi, so let’s say you have an actor class that you spawned multiple times throughout the level at runtime.
How would you go about saving variables of ONE specific object from that class, its variables being of different values compared to the others from its class?
I tried using actor GUID for each, and tried to access them based off that, but for some reason I can’t get the actor guid past a for loop, the data is just null.
Thanks.