Skip to content

unrealsumon/WeatherConnect

Repository files navigation

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

About

Real time weather plugin for Unreal Engine 5

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published