Hey, everybody.
I would like to know where global variables can be stored so that they can be accessed from any actor.
For example, bDebugModeActive, and I could get its value from any object. I don’t really want to create separate variables in each actor, which many of them have.
Thanks for your help.
Try GameInstance, that where the variable is persistent across all level map.
