How to read boolean from GameInstance?

So i cant understand some easy basics of gameInstance. What do i do wrong?

Hi you need to cast to your game instance like you do after the set pause.
Another option would be to cast to the gameinstance on begin play and save it as a variable so you don’t hace to cast all the time and then your setup would work.

Cheers! Thats working!