I’m trying to override it to implement logic in C++ to find my own PlayerStart based upon multiplayer teams.
I’m aware that it’s possible to do this via the FindPlayerStart method in Blueprints but I can’t do it the same way via C++ because the method is not virtual.