Skip to content

Latest commit

 

History

History
20 lines (9 loc) · 1.21 KB

How to change Nuke Island environment.md

File metadata and controls

20 lines (9 loc) · 1.21 KB

To change time, and other params, select "WeatherController" actor, and see details panel "Default" section for parameters:

image

•"Enabled?" will disable weather controller and you will have to set parameters in "MPC_NukeIslandParameterCollection" parameter collection

•"Time Override" "Override Time?" parameters are mainly for testing, its there so you can set time and update sky in editor (separate from parameter collection value), not only during gameplay

•"Use Low Rez Rain When Low Effects Quality" and "Use Low Rez Rain All the Time" parameters explanation: there is high quality rain niagara system but its too demanding on performance so I just disabled it. You can enable it if you like, but be warned

To change time from from a blueprint, do like this

image

To change weather you have to call event "ChangeWeather" in "WeatherController" actor, which is in the level. Like this:

image