Here you go:
Actor->GetLevel()->GetOuter()->GetName();
For some reason all the ULevel-s are called PersistentLevel. Sounds like a bug to me, but who knows. Their outers have the name we are looking for tho.
I spent more time on the internet trying to find an answer to this question than I did in visual studio to find the solution of my own.