How do i get the name of the streaming level that actor is present in.

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.

11 Likes