From 86a1117c9617c5a17ed6dff0fa8cc6c6834fe5ce Mon Sep 17 00:00:00 2001 From: Guilherme Werner Date: Fri, 11 Dec 2020 22:06:02 -0300 Subject: [PATCH] Update README.md --- README.md | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index e816ef0..8dfb70b 100644 --- a/README.md +++ b/README.md @@ -18,27 +18,35 @@ Store the current time, and serve it for all clients playing on server. Store the user specific clock type preference, and draw the widgets on player viewport. -#### BP_TimeManager +#### BP_WeatherManager This is where the magic happens. When placed in the level you can configure the custom settings and set a reference for the world directional light. (**This is extremely important, if this is not done the system will not work properly**). Some of the custom settings: -| Setting | Description | Default | -| --------------------- | -------------------------------------------------------- | -------- | -| DayCycleSpeed | Sets the speed that time passes | 1 | -| StartTime | Defines the date that the system will start counting | 0 | -| EnableCalendar | If should count months and years or only days | true | -| DaysPerMonth | How many days in a month | 30 | -| MonthPerYear | How many months in a year | 12 | +| Setting | Description | Default | +| -------------------------- | --------------------------------------------------------- | ---------- | +| DayCycleSpeed | Sets the speed that time passes | 1 | +| StartDate | Defines the date that the system will start counting | 00/00/0000 | +| EnableCalendar | If should count months and years or only days | true | +| DaysPerMonth | How many days in a month | 30 | +| MonthPerYear | How many months in a year | 12 | +| TemperatureFlutuationCurve | Custom temperature variation curve | CurveAsset | +| BaseWorldTemperature | The base world temperature | 20 | +| BasTemperatureMultiplier | The value to multiply for the base world temperature | 1 | +| WorldTemperatureVariation | How mutch the temperature must variate, for more and less | 10 | *If you set 1 to DayCycleSpeed, 1 in game day will be 1 hour in real world* New options come in future releases. -#### WB_Clock +#### FL_Temperature -Simple widget blueprint for format and display the current date and time. +Store usefull functions for work with diferent temperature metrics. + +#### WB_Preview + +Simple widget blueprint for format and display the current temperature, date and time. #### Example Map