I can’t have a much simpler function than this, but for some reason I can’t see it in my GenMobileGameMode class object in its BP… anyone know why? I’m not very experienced with C++ so might’ve missed something simple. I’ve tried building and rebuilding the code, restarted editor and some other less logical efforts.
Are you using your GameMode in your game (i.e. is it setup in the Project’s settings?)
If so, make sure you cast the result of “Get Game Mode” to your specific class.
If you are using a BP which has your C++ Class as Parent, your Event may be under “Call Function”.
Thanks all, I tried all what you guys mentioned to no luck - it turns out I was running the solution under the wrong solution configuration. I’ve changed it to ‘development editor’ and it seems to have been picked up fine now!