what blueprint spawns your CameraFocus actor? maybe your gameMode blueprint could use GetAllActorsOfClass to check if a CameraFocus actor exists, and if it doesn’t exist, it spawns one, if it does exist, it uses that one.