@Raymond-Smits, I think the added SC event could be nice, but they can't change how the current events work with the event string codes, only add new ones.
I also highly doubt they would add the corner information you're requesting... this is likely just something you'll have to implement yourself based on the distance into the lap the driver is, and since some of the info you want is subjective it's probably best to write that logic yourself. I'm not saying it wouldn't be nice to have, but the info you need is already there, so it's just a quality of life request that would require larger packet sizes and lots of logic the UDP team won't want to write.
But the safety car in this lap event would be nice... or just add a value to m_safetyCarStatus, like make 4 = in this lap (unless it already switches to 0, no safety car, once the game determines it is in this lap... which honestly might already happen, I can't remember).