Static function
Moderate
Level.UnloadStreamLevel
Unloads a Level in runtime
Syntax
Level.UnloadStreamLevel(level_name, should_block_on_unload = false)
Parameters
| Name | Type | Default | Description |
|---|---|---|---|
level_name
|
string | — | — |
should_block_on_unload
optional
|
boolean | false |
If this should be a blocking operation - the game will freeze |