Change Streaming Level Settings on runtime

Is there a way to adjust the Streaming Level Settings like “Async Loading Time Limit” on runtime? We are working with level streaming and the size of the levels vary a lot. It would be nice to be able to adjust these settings for each level we change the visibility on. Is there a solution to this? Console command?

Anyone? The question may need some more information to get answered?

yeah. found out how to. just use command console node with the param you want to adjust. didn’t know why I didn’t thought of that earlier…

Sorry to bring this up again. Which console commands did you use to change the level streaming settings?
The ones that I’ve found are:

s.AsyncLoadingUseFullTimeLimit
s.PriorityAsyncLoadingExtraTime
s.AsyncLoadingTimeLimit
s.AsyncLoadingThreadEnabled
s.LevelStreamingActorsUpdateTimeLimit
s.PriorityLevelStreamingActorsUpdateExtraTime
s.LevelStreamingComponentsRegistrationGranularity
s.LevelStreamingComponentsUnregistrationGranularity
s.UnregisterComponentsTimeLimit

But for some reason on 4.27 they don’t seem to work. The console is showing that the value is modified but it doesn’t make any change.

you can change level visibility by this:
204404-ue4editor_2017-08-14_22-54-46

Refer to this link:

How to hide level from blueprint? - #2 by lordmatthoffman