C++ Project use GameState Blue Print?

I have a C++ Project i am working on, but was wondering if there is a way to call for a blueprint to be the static Class for GameState for the GameMode which is C++.

Nevermind, Found a workaround - I created a BP child of the C++ MyGameMode I created and this allowed me to use the BP GameState based on the c++ MyGameState