GameState not fired

Somehow my GameState is not fired…
I set the GameState in Project Settings…Checked if its setted in the World Settings…GameMode…

i tested with simple PrintString…nothing…

why is this?

i need GameState for Multiplayer

please help!!!

Found the solution…i had to reparent the GameState …so that Game Mode and GameState have the same Parent Class

I never would have thought of that.