UPROPERTY Streaming Levels

Hi, i want to make a UPROPERTY that holds a list of all stream levels incluided on the persisten level, so that you can select one of them on the editor. But i dont know how to get all stream levels, cause im using GetWorld()->GetLevels() but only gets persisten level, should the levels be loaded?