#include <WeatherParameters.h>
Collaboration diagram for FWeatherParameters:Public Attributes | |
| float | Cloudiness = 0.0f |
| float | DustStorm = 0.0f |
| float | FogDensity = 0.0f |
| float | FogDistance = 0.0f |
| float | FogFalloff = 0.2f |
| float | MieScatteringScale = 0.0f |
| float | Precipitation = 0.0f |
| float | PrecipitationDeposits = 0.0f |
| float | RayleighScatteringScale = 0.0331f |
| float | ScatteringIntensity = 0.0f |
| float | SunAltitudeAngle = 75.0f |
| float | SunAzimuthAngle = 0.0f |
| float | Wetness = 0.0f |
| float | WindIntensity = 0.35f |
Definition at line 12 of file Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Weather/WeatherParameters.h.
| float FWeatherParameters::Cloudiness = 0.0f |
Definition at line 17 of file Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Weather/WeatherParameters.h.
Referenced by AWeather::ApplyWeather().
| float FWeatherParameters::DustStorm = 0.0f |
Definition at line 56 of file Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Weather/WeatherParameters.h.
Referenced by AWeather::ApplyWeather(), and AWeather::CheckWeatherPostProcessEffects().
| float FWeatherParameters::FogDensity = 0.0f |
Definition at line 35 of file Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Weather/WeatherParameters.h.
Referenced by AWeather::ApplyWeather().
| float FWeatherParameters::FogDistance = 0.0f |
Definition at line 38 of file Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Weather/WeatherParameters.h.
Referenced by AWeather::ApplyWeather().
| float FWeatherParameters::FogFalloff = 0.2f |
Definition at line 41 of file Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Weather/WeatherParameters.h.
Referenced by AWeather::ApplyWeather().
| float FWeatherParameters::MieScatteringScale = 0.0f |
Definition at line 50 of file Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Weather/WeatherParameters.h.
Referenced by AWeather::ApplyWeather().
| float FWeatherParameters::Precipitation = 0.0f |
Definition at line 20 of file Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Weather/WeatherParameters.h.
Referenced by AWeather::ApplyWeather(), and AWeather::CheckWeatherPostProcessEffects().
| float FWeatherParameters::PrecipitationDeposits = 0.0f |
Definition at line 23 of file Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Weather/WeatherParameters.h.
Referenced by AWeather::ApplyWeather().
| float FWeatherParameters::RayleighScatteringScale = 0.0331f |
Definition at line 53 of file Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Weather/WeatherParameters.h.
Referenced by AWeather::ApplyWeather().
| float FWeatherParameters::ScatteringIntensity = 0.0f |
Definition at line 47 of file Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Weather/WeatherParameters.h.
Referenced by AWeather::ApplyWeather().
| float FWeatherParameters::SunAltitudeAngle = 75.0f |
Definition at line 32 of file Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Weather/WeatherParameters.h.
Referenced by AWeather::ApplyWeather().
| float FWeatherParameters::SunAzimuthAngle = 0.0f |
Definition at line 29 of file Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Weather/WeatherParameters.h.
Referenced by AWeather::ApplyWeather().
| float FWeatherParameters::Wetness = 0.0f |
Definition at line 44 of file Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Weather/WeatherParameters.h.
Referenced by AWeather::ApplyWeather().
| float FWeatherParameters::WindIntensity = 0.35f |
Definition at line 26 of file Unreal/CarlaUE4/Plugins/Carla/Source/Carla/Weather/WeatherParameters.h.
Referenced by AWeather::ApplyWeather().
1.8.13