I have a lot of errors resulting from overrides. What’s the proper way to override GameMode functions? I tried appending _Implementation in both the .h and .cpp but I still get “doesn’t override any base method” error.
I have a lot of errors resulting from overrides. What’s the proper way to override GameMode functions? I tried appending _Implementation in both the .h and .cpp but I still get “doesn’t override any base method” error.