Overriding Choose Player Start in UE5

You cannot override it in the Level Blueprint as it belongs to GameModeBase. You should then create a GameModeBase blueprint:

AGameModeBase::ChoosePlayerStart | Unreal Engine Documentation

1 Like