I tried using Actor->GetLevel() apparently it still returns my Persistent Level. I already doubled check if my actors that were placed on the scene were in the sub-level not on the persistent.
Edit:
I was using GetLevel()->GetName() for checking. I tried using GetPathName() did the trick. Thank you!