Default values from game instance are zero/null

Not sure if you tried this, but you can override ‘Init()’ inside your game instance. ‘Init()’ gets called as soon as your game instance is initialized. Inside the override function you can set member variables in your struct.

image

Hopefully this helps…

1 Like