UpdateStreamingLevels
From Onset Developer Wiki
Description
Tells the engine to look if the level streaming needs an update. The engine does this automatically but in some circumstances you might want to explicitly tell the engine to update. For instance after teleporting a player far away on the map you can call this function with a little delay of 50ms after the teleport. Sometimes it's necessary to call it multiple times.
Syntax
UpdateStreamingLevels()
Parameters
- This function has no parameters.
Return Value
- Returns nothing.
Example
__EDIT_ME__
See also
__EDIT_ME__