I’m not sure about that. But any data loaded in BeginPlay does not belong to the level loading progress. You can’t use this to hide the texture loading progress. Because textures are async loaded in the game thread and the game thread only runs after the Loading Screen stops.