Skip to content

Latest commit

 

History

History
41 lines (36 loc) · 1.46 KB

README.md

File metadata and controls

41 lines (36 loc) · 1.46 KB

WeatherConnect

WeatherConnect is a UE5.2 plugin which can get you real time weather details of any city or address of the world.
Its really easy to use. There are only two nodes/main functions:

  • Get Address Details
  • Get Weather Details

The Get Address Details function takes only one string param where we can provide any city/address/state name and then it will return the coordinates(lat & long) of that place. Using that coordinates we can call the second function Get Weather Details which takes the lat & lang as inputs and it will return the following weather details of that coordinate.

  • EWeather
    • Clear Sky
    • Mainly Clear
    • Partly Cloudy
    • Overcast
    • Fog
    • Drizzle
    • Rain Light
    • Rain Moderate
    • Rain Heavy
    • Snow Light
    • Snow Moderate
    • Snow Heavy
    • Thunderstrom
  • Temperature in Celcius
  • Wind Speed
  • Wind Direction
  • Is Day
  • Date Time

Below is an example use of the nodes

alt text

I've designed the weather enum based on the presets of Ultra Dynamic Sky, making it easy to integrate.
Enjoy exploring the real-time weather with WeatherConnect