How to get UnderlyingActors from an FLevelInstanceActorDesc?

I’m trying to get UnderlyingActors from an FLevelInstanceActorDesc, Since the LevelInstanceActor is not loaded yet, I can only access FLevelInstanceActorDesc. I’m trying to get the similar result as call ALevelInstance::EditorGetUnderlyingActors function.