commit 58ea663c5872ee78ab4bc8ae582af6d358ad0af0 Author: Andron666 <> Date: Thu Oct 13 18:35:41 2022 +0500 lets suck some villas diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..566f3437 --- /dev/null +++ b/.gitignore @@ -0,0 +1,89 @@ +# ---> UnrealEngine +# Visual Studio 2015 user specific files +.vs/ + +# Visual Studio 2015 database file +*.VC.db + +# Compiled Object files +#*.slo +#*.lo +#*.o +*.obj + +# Precompiled Headers +#*.gch +#*.pch + +# Compiled Dynamic libraries +#*.so +#*.dylib +*.dll + +#plugins exception +*.pdb +*.exp +*.response +*.modules + +# Fortran module files +#*.mod + +# Compiled Static libraries +#*.lai +#*.la +#*.a +*.lib + +# Executables +#*.exe +#*.out +#*.app +#*.ipa + +# These project files can be generated by the engine +*.xcodeproj +*.xcworkspace +*.sln +*.suo +*.opensdf +*.sdf +*.VC.db +*.VC.opendb + +# Precompiled Assets +SourceArt/**/*.png +SourceArt/**/*.tga + +# Binary Files +Binaries/* + +# Builds +**/Build/* + + + +# Don't ignore icon files in Build +!Build/**/*.ico + +# Built data for maps +*_BuiltData.uasset + +# Configuration files generated by the Editor +Saved/* + +# Compiled source files for the engine to use +Intermediate/* + +# Cache files for the editor to use +DerivedDataCache/* + +# Application folders +Offers/ +Users/ + +# UnrealCLR +Managed/ + +Releases/ +!Plugins/DLSS/** diff --git a/Content/UltraDynamicSky/Blueprints/Enum/UDS_FeatureToggle.uasset b/Content/UltraDynamicSky/Blueprints/Enum/UDS_FeatureToggle.uasset new file mode 100644 index 00000000..6e701056 Binary files /dev/null and b/Content/UltraDynamicSky/Blueprints/Enum/UDS_FeatureToggle.uasset differ diff --git a/Content/UltraDynamicSky/Blueprints/Enum/UDS_NoiseType.uasset b/Content/UltraDynamicSky/Blueprints/Enum/UDS_NoiseType.uasset new file mode 100644 index 00000000..feaeedab Binary files /dev/null and b/Content/UltraDynamicSky/Blueprints/Enum/UDS_NoiseType.uasset differ diff --git a/Content/UltraDynamicSky/Blueprints/Enum/UDS_Season.uasset b/Content/UltraDynamicSky/Blueprints/Enum/UDS_Season.uasset new file mode 100644 index 00000000..3cf68111 Binary files /dev/null and b/Content/UltraDynamicSky/Blueprints/Enum/UDS_Season.uasset differ diff --git a/Content/UltraDynamicSky/Blueprints/Enum/UDS_SkyLightMode.uasset b/Content/UltraDynamicSky/Blueprints/Enum/UDS_SkyLightMode.uasset new file mode 100644 index 00000000..f9a55728 Binary files /dev/null and b/Content/UltraDynamicSky/Blueprints/Enum/UDS_SkyLightMode.uasset differ diff --git a/Content/UltraDynamicSky/Blueprints/Enum/UDS_SkyMode.uasset b/Content/UltraDynamicSky/Blueprints/Enum/UDS_SkyMode.uasset new file mode 100644 index 00000000..a1365c8e Binary files /dev/null and b/Content/UltraDynamicSky/Blueprints/Enum/UDS_SkyMode.uasset differ diff --git a/Content/UltraDynamicSky/Blueprints/Enum/UDS_TemperatureType.uasset b/Content/UltraDynamicSky/Blueprints/Enum/UDS_TemperatureType.uasset new file mode 100644 index 00000000..5b239b7a Binary files /dev/null and b/Content/UltraDynamicSky/Blueprints/Enum/UDS_TemperatureType.uasset differ diff --git a/Content/UltraDynamicSky/Blueprints/Enum/UDS_WeatherTypes.uasset b/Content/UltraDynamicSky/Blueprints/Enum/UDS_WeatherTypes.uasset new file mode 100644 index 00000000..979b9b44 Binary files /dev/null and b/Content/UltraDynamicSky/Blueprints/Enum/UDS_WeatherTypes.uasset differ diff --git a/Content/UltraDynamicSky/Blueprints/Enum/UDS_WeatherVariables.uasset b/Content/UltraDynamicSky/Blueprints/Enum/UDS_WeatherVariables.uasset new file mode 100644 index 00000000..4954f899 Binary files /dev/null and b/Content/UltraDynamicSky/Blueprints/Enum/UDS_WeatherVariables.uasset differ diff --git a/Content/UltraDynamicSky/Blueprints/README.uasset b/Content/UltraDynamicSky/Blueprints/README.uasset new file mode 100644 index 00000000..7bba9a89 Binary files /dev/null and b/Content/UltraDynamicSky/Blueprints/README.uasset differ diff --git a/Content/UltraDynamicSky/Blueprints/Ultra_Dynamic_Sky.uasset b/Content/UltraDynamicSky/Blueprints/Ultra_Dynamic_Sky.uasset new file mode 100644 index 00000000..d7471a5e Binary files /dev/null and b/Content/UltraDynamicSky/Blueprints/Ultra_Dynamic_Sky.uasset differ diff --git a/Content/UltraDynamicSky/Blueprints/Ultra_Dynamic_Weather.uasset b/Content/UltraDynamicSky/Blueprints/Ultra_Dynamic_Weather.uasset new file mode 100644 index 00000000..cc113477 Binary files /dev/null and b/Content/UltraDynamicSky/Blueprints/Ultra_Dynamic_Weather.uasset differ diff --git a/Content/UltraDynamicSky/Blueprints/Weather_Effects/Rain_Drip_Spline.uasset b/Content/UltraDynamicSky/Blueprints/Weather_Effects/Rain_Drip_Spline.uasset new file mode 100644 index 00000000..5620e1e9 Binary files /dev/null and b/Content/UltraDynamicSky/Blueprints/Weather_Effects/Rain_Drip_Spline.uasset differ diff --git a/Content/UltraDynamicSky/Blueprints/Weather_Effects/Weather_Effects_Interface.uasset b/Content/UltraDynamicSky/Blueprints/Weather_Effects/Weather_Effects_Interface.uasset new file mode 100644 index 00000000..912562b1 Binary files /dev/null and b/Content/UltraDynamicSky/Blueprints/Weather_Effects/Weather_Effects_Interface.uasset differ diff --git a/Content/UltraDynamicSky/Maps/DemoMap.umap b/Content/UltraDynamicSky/Maps/DemoMap.umap new file mode 100644 index 00000000..22c1ef1f Binary files /dev/null and b/Content/UltraDynamicSky/Maps/DemoMap.umap differ diff --git a/Content/UltraDynamicSky/Maps/DemoMaterials/Ground_Example.uasset b/Content/UltraDynamicSky/Maps/DemoMaterials/Ground_Example.uasset new file mode 100644 index 00000000..f577c375 Binary files /dev/null and b/Content/UltraDynamicSky/Maps/DemoMaterials/Ground_Example.uasset differ diff --git a/Content/UltraDynamicSky/Maps/DemoMaterials/Wall_Example.uasset b/Content/UltraDynamicSky/Maps/DemoMaterials/Wall_Example.uasset new file mode 100644 index 00000000..128b5199 Binary files /dev/null and b/Content/UltraDynamicSky/Maps/DemoMaterials/Wall_Example.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Cloud_Shadows.uasset b/Content/UltraDynamicSky/Materials/Cloud_Shadows.uasset new file mode 100644 index 00000000..ad680317 Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Cloud_Shadows.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Color_Curves/Ambient_Curves/Ambient_Color_Curve.uasset b/Content/UltraDynamicSky/Materials/Color_Curves/Ambient_Curves/Ambient_Color_Curve.uasset new file mode 100644 index 00000000..207cd543 Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Color_Curves/Ambient_Curves/Ambient_Color_Curve.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Color_Curves/Ambient_Curves/Directional_Scattering_Color_Curve.uasset b/Content/UltraDynamicSky/Materials/Color_Curves/Ambient_Curves/Directional_Scattering_Color_Curve.uasset new file mode 100644 index 00000000..e93fda53 Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Color_Curves/Ambient_Curves/Directional_Scattering_Color_Curve.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Color_Curves/Ambient_Curves/Fog_Inscattering_Color_Curve.uasset b/Content/UltraDynamicSky/Materials/Color_Curves/Ambient_Curves/Fog_Inscattering_Color_Curve.uasset new file mode 100644 index 00000000..35b6d839 Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Color_Curves/Ambient_Curves/Fog_Inscattering_Color_Curve.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Color_Curves/Ambient_Curves/skylightCubemapTintting.uasset b/Content/UltraDynamicSky/Materials/Color_Curves/Ambient_Curves/skylightCubemapTintting.uasset new file mode 100644 index 00000000..ca78135f Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Color_Curves/Ambient_Curves/skylightCubemapTintting.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Color_Curves/Legacy/Cloud_Dark_Color_Legacy.uasset b/Content/UltraDynamicSky/Materials/Color_Curves/Legacy/Cloud_Dark_Color_Legacy.uasset new file mode 100644 index 00000000..8cd67665 Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Color_Curves/Legacy/Cloud_Dark_Color_Legacy.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Color_Curves/Legacy/Cloud_Light_Color_Legacy.uasset b/Content/UltraDynamicSky/Materials/Color_Curves/Legacy/Cloud_Light_Color_Legacy.uasset new file mode 100644 index 00000000..777bfa57 Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Color_Curves/Legacy/Cloud_Light_Color_Legacy.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Color_Curves/Legacy/Horizon_Base_Color_Legacy.uasset b/Content/UltraDynamicSky/Materials/Color_Curves/Legacy/Horizon_Base_Color_Legacy.uasset new file mode 100644 index 00000000..8fdc6d80 Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Color_Curves/Legacy/Horizon_Base_Color_Legacy.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Color_Curves/Legacy/Sun_Cloudy_Color_Legacy.uasset b/Content/UltraDynamicSky/Materials/Color_Curves/Legacy/Sun_Cloudy_Color_Legacy.uasset new file mode 100644 index 00000000..9b207523 Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Color_Curves/Legacy/Sun_Cloudy_Color_Legacy.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Color_Curves/Legacy/Sun_Color_Legacy.uasset b/Content/UltraDynamicSky/Materials/Color_Curves/Legacy/Sun_Color_Legacy.uasset new file mode 100644 index 00000000..27bf1330 Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Color_Curves/Legacy/Sun_Color_Legacy.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Color_Curves/Legacy/Zenith_Base_Color_Legacy.uasset b/Content/UltraDynamicSky/Materials/Color_Curves/Legacy/Zenith_Base_Color_Legacy.uasset new file mode 100644 index 00000000..4356ea8f Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Color_Curves/Legacy/Zenith_Base_Color_Legacy.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Float_Curves/FogDensity_Curve.uasset b/Content/UltraDynamicSky/Materials/Float_Curves/FogDensity_Curve.uasset new file mode 100644 index 00000000..a6fb8edc Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Float_Curves/FogDensity_Curve.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Float_Curves/Moon_Intensity.uasset b/Content/UltraDynamicSky/Materials/Float_Curves/Moon_Intensity.uasset new file mode 100644 index 00000000..03f3392d Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Float_Curves/Moon_Intensity.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Float_Curves/Night_Filter.uasset b/Content/UltraDynamicSky/Materials/Float_Curves/Night_Filter.uasset new file mode 100644 index 00000000..3352130d Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Float_Curves/Night_Filter.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Float_Curves/Shine_Intensity.uasset b/Content/UltraDynamicSky/Materials/Float_Curves/Shine_Intensity.uasset new file mode 100644 index 00000000..087aa369 Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Float_Curves/Shine_Intensity.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Float_Curves/Stars_Intensity.uasset b/Content/UltraDynamicSky/Materials/Float_Curves/Stars_Intensity.uasset new file mode 100644 index 00000000..d525d12f Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Float_Curves/Stars_Intensity.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Float_Curves/Sun_Highlight_Intensity.uasset b/Content/UltraDynamicSky/Materials/Float_Curves/Sun_Highlight_Intensity.uasset new file mode 100644 index 00000000..241d8583 Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Float_Curves/Sun_Highlight_Intensity.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Float_Curves/Sun_Highlight_Radius.uasset b/Content/UltraDynamicSky/Materials/Float_Curves/Sun_Highlight_Radius.uasset new file mode 100644 index 00000000..c094b0fa Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Float_Curves/Sun_Highlight_Radius.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Inside_Clouds_Fog_Particle.uasset b/Content/UltraDynamicSky/Materials/Inside_Clouds_Fog_Particle.uasset new file mode 100644 index 00000000..17bfbee7 Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Inside_Clouds_Fog_Particle.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Material_Functions/AboveHorizon_Mask.uasset b/Content/UltraDynamicSky/Materials/Material_Functions/AboveHorizon_Mask.uasset new file mode 100644 index 00000000..11d4db35 Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Material_Functions/AboveHorizon_Mask.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Material_Functions/Add_Shine_Variance.uasset b/Content/UltraDynamicSky/Materials/Material_Functions/Add_Shine_Variance.uasset new file mode 100644 index 00000000..94a0d732 Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Material_Functions/Add_Shine_Variance.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Material_Functions/Adjust_UVs_For_Height.uasset b/Content/UltraDynamicSky/Materials/Material_Functions/Adjust_UVs_For_Height.uasset new file mode 100644 index 00000000..07687313 Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Material_Functions/Adjust_UVs_For_Height.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Material_Functions/Aurora.uasset b/Content/UltraDynamicSky/Materials/Material_Functions/Aurora.uasset new file mode 100644 index 00000000..1f6cf805 Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Material_Functions/Aurora.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Material_Functions/Aurora_Time.uasset b/Content/UltraDynamicSky/Materials/Material_Functions/Aurora_Time.uasset new file mode 100644 index 00000000..fa072208 Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Material_Functions/Aurora_Time.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Material_Functions/Base_Sky_Color.uasset b/Content/UltraDynamicSky/Materials/Material_Functions/Base_Sky_Color.uasset new file mode 100644 index 00000000..1c50b739 Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Material_Functions/Base_Sky_Color.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Material_Functions/Cloud_Distribution.uasset b/Content/UltraDynamicSky/Materials/Material_Functions/Cloud_Distribution.uasset new file mode 100644 index 00000000..17f04631 Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Material_Functions/Cloud_Distribution.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Material_Functions/Cloud_Layer.uasset b/Content/UltraDynamicSky/Materials/Material_Functions/Cloud_Layer.uasset new file mode 100644 index 00000000..e737804d Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Material_Functions/Cloud_Layer.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Material_Functions/Cloud_UVs.uasset b/Content/UltraDynamicSky/Materials/Material_Functions/Cloud_UVs.uasset new file mode 100644 index 00000000..e53584b9 Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Material_Functions/Cloud_UVs.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Material_Functions/Cloud_Wisps.uasset b/Content/UltraDynamicSky/Materials/Material_Functions/Cloud_Wisps.uasset new file mode 100644 index 00000000..b10133d6 Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Material_Functions/Cloud_Wisps.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Material_Functions/Composite_Cloud_Layers.uasset b/Content/UltraDynamicSky/Materials/Material_Functions/Composite_Cloud_Layers.uasset new file mode 100644 index 00000000..589536bf Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Material_Functions/Composite_Cloud_Layers.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Material_Functions/Contrast_Control.uasset b/Content/UltraDynamicSky/Materials/Material_Functions/Contrast_Control.uasset new file mode 100644 index 00000000..a56ad69e Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Material_Functions/Contrast_Control.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Material_Functions/Convert_Density_To_Middle_Threshold.uasset b/Content/UltraDynamicSky/Materials/Material_Functions/Convert_Density_To_Middle_Threshold.uasset new file mode 100644 index 00000000..f076e88d Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Material_Functions/Convert_Density_To_Middle_Threshold.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Material_Functions/Directional_Shading_Offset.uasset b/Content/UltraDynamicSky/Materials/Material_Functions/Directional_Shading_Offset.uasset new file mode 100644 index 00000000..fe5f2c1b Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Material_Functions/Directional_Shading_Offset.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Material_Functions/Filter_Clouds.uasset b/Content/UltraDynamicSky/Materials/Material_Functions/Filter_Clouds.uasset new file mode 100644 index 00000000..20e006d7 Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Material_Functions/Filter_Clouds.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Material_Functions/Global_Lighting_Gradient.uasset b/Content/UltraDynamicSky/Materials/Material_Functions/Global_Lighting_Gradient.uasset new file mode 100644 index 00000000..e876eda1 Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Material_Functions/Global_Lighting_Gradient.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Material_Functions/Horizon_Gradient.uasset b/Content/UltraDynamicSky/Materials/Material_Functions/Horizon_Gradient.uasset new file mode 100644 index 00000000..4cae7933 Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Material_Functions/Horizon_Gradient.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Material_Functions/Light_and_Dark_Cloud_Colors.uasset b/Content/UltraDynamicSky/Materials/Material_Functions/Light_and_Dark_Cloud_Colors.uasset new file mode 100644 index 00000000..9dd40fa7 Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Material_Functions/Light_and_Dark_Cloud_Colors.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Material_Functions/Map_Cloud_Textures.uasset b/Content/UltraDynamicSky/Materials/Material_Functions/Map_Cloud_Textures.uasset new file mode 100644 index 00000000..10aeffeb Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Material_Functions/Map_Cloud_Textures.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Material_Functions/Map_Edge_Gradient.uasset b/Content/UltraDynamicSky/Materials/Material_Functions/Map_Edge_Gradient.uasset new file mode 100644 index 00000000..bb9994d0 Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Material_Functions/Map_Edge_Gradient.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Material_Functions/Mask_Shine_Intensity_With_Density.uasset b/Content/UltraDynamicSky/Materials/Material_Functions/Mask_Shine_Intensity_With_Density.uasset new file mode 100644 index 00000000..3e53acd3 Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Material_Functions/Mask_Shine_Intensity_With_Density.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Material_Functions/Moon.uasset b/Content/UltraDynamicSky/Materials/Material_Functions/Moon.uasset new file mode 100644 index 00000000..9d335698 Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Material_Functions/Moon.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Material_Functions/Moon_Centered_Gradient.uasset b/Content/UltraDynamicSky/Materials/Material_Functions/Moon_Centered_Gradient.uasset new file mode 100644 index 00000000..dd8bd994 Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Material_Functions/Moon_Centered_Gradient.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Material_Functions/Moon_Composite.uasset b/Content/UltraDynamicSky/Materials/Material_Functions/Moon_Composite.uasset new file mode 100644 index 00000000..fa6082a4 Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Material_Functions/Moon_Composite.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Material_Functions/Saturation_Control.uasset b/Content/UltraDynamicSky/Materials/Material_Functions/Saturation_Control.uasset new file mode 100644 index 00000000..581edd8d Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Material_Functions/Saturation_Control.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Material_Functions/Scale_Intensity_Around_Sun.uasset b/Content/UltraDynamicSky/Materials/Material_Functions/Scale_Intensity_Around_Sun.uasset new file mode 100644 index 00000000..c2c08343 Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Material_Functions/Scale_Intensity_Around_Sun.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Material_Functions/Scale_Radial_Gradient_Around_White.uasset b/Content/UltraDynamicSky/Materials/Material_Functions/Scale_Radial_Gradient_Around_White.uasset new file mode 100644 index 00000000..5d4897da Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Material_Functions/Scale_Radial_Gradient_Around_White.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Material_Functions/Scaled_Moon_Color.uasset b/Content/UltraDynamicSky/Materials/Material_Functions/Scaled_Moon_Color.uasset new file mode 100644 index 00000000..c61ce86a Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Material_Functions/Scaled_Moon_Color.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Material_Functions/Shading_Gradients.uasset b/Content/UltraDynamicSky/Materials/Material_Functions/Shading_Gradients.uasset new file mode 100644 index 00000000..9b6e8243 Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Material_Functions/Shading_Gradients.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Material_Functions/Stars.uasset b/Content/UltraDynamicSky/Materials/Material_Functions/Stars.uasset new file mode 100644 index 00000000..e75c1942 Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Material_Functions/Stars.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Material_Functions/Sun_Centered_Gradient.uasset b/Content/UltraDynamicSky/Materials/Material_Functions/Sun_Centered_Gradient.uasset new file mode 100644 index 00000000..33637fd8 Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Material_Functions/Sun_Centered_Gradient.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Material_Functions/Sun_Color.uasset b/Content/UltraDynamicSky/Materials/Material_Functions/Sun_Color.uasset new file mode 100644 index 00000000..3c04f1b7 Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Material_Functions/Sun_Color.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Material_Functions/Sun_Disk.uasset b/Content/UltraDynamicSky/Materials/Material_Functions/Sun_Disk.uasset new file mode 100644 index 00000000..d7e4af06 Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Material_Functions/Sun_Disk.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Material_Functions/Sun_Shine_Edges.uasset b/Content/UltraDynamicSky/Materials/Material_Functions/Sun_Shine_Edges.uasset new file mode 100644 index 00000000..eeece088 Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Material_Functions/Sun_Shine_Edges.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Material_Functions/Volumetric_Clouds_Conservative_Density.uasset b/Content/UltraDynamicSky/Materials/Material_Functions/Volumetric_Clouds_Conservative_Density.uasset new file mode 100644 index 00000000..8c65f431 Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Material_Functions/Volumetric_Clouds_Conservative_Density.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Material_Functions/Volumetric_Clouds_Extinction.uasset b/Content/UltraDynamicSky/Materials/Material_Functions/Volumetric_Clouds_Extinction.uasset new file mode 100644 index 00000000..1577118e Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Material_Functions/Volumetric_Clouds_Extinction.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Material_Functions/Volumetric_Clouds_Time.uasset b/Content/UltraDynamicSky/Materials/Material_Functions/Volumetric_Clouds_Time.uasset new file mode 100644 index 00000000..01ad16f9 Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Material_Functions/Volumetric_Clouds_Time.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Material_Instances/Ultra_Dynamic_Sky_Mat_SA.uasset b/Content/UltraDynamicSky/Materials/Material_Instances/Ultra_Dynamic_Sky_Mat_SA.uasset new file mode 100644 index 00000000..23341cd3 Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Material_Instances/Ultra_Dynamic_Sky_Mat_SA.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Material_Instances/Ultra_Dynamic_Sky_Mat_SA_NA.uasset b/Content/UltraDynamicSky/Materials/Material_Instances/Ultra_Dynamic_Sky_Mat_SA_NA.uasset new file mode 100644 index 00000000..d789bae2 Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Material_Instances/Ultra_Dynamic_Sky_Mat_SA_NA.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Material_Instances/Ultra_Dynamic_Sky_Mat_SA_NA_OCL.uasset b/Content/UltraDynamicSky/Materials/Material_Instances/Ultra_Dynamic_Sky_Mat_SA_NA_OCL.uasset new file mode 100644 index 00000000..df9c2e50 Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Material_Instances/Ultra_Dynamic_Sky_Mat_SA_NA_OCL.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Material_Instances/Ultra_Dynamic_Sky_Mat_SA_NDC.uasset b/Content/UltraDynamicSky/Materials/Material_Instances/Ultra_Dynamic_Sky_Mat_SA_NDC.uasset new file mode 100644 index 00000000..19e6a884 Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Material_Instances/Ultra_Dynamic_Sky_Mat_SA_NDC.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Material_Instances/Ultra_Dynamic_Sky_Mat_SA_NDC_NA.uasset b/Content/UltraDynamicSky/Materials/Material_Instances/Ultra_Dynamic_Sky_Mat_SA_NDC_NA.uasset new file mode 100644 index 00000000..13679b9f Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Material_Instances/Ultra_Dynamic_Sky_Mat_SA_NDC_NA.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Material_Instances/Ultra_Dynamic_Sky_Mat_SA_OCL.uasset b/Content/UltraDynamicSky/Materials/Material_Instances/Ultra_Dynamic_Sky_Mat_SA_OCL.uasset new file mode 100644 index 00000000..c83152df Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Material_Instances/Ultra_Dynamic_Sky_Mat_SA_OCL.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Material_Instances/Ultra_Dynamic_Sky_Mat_default.uasset b/Content/UltraDynamicSky/Materials/Material_Instances/Ultra_Dynamic_Sky_Mat_default.uasset new file mode 100644 index 00000000..834f5762 Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Material_Instances/Ultra_Dynamic_Sky_Mat_default.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Material_Instances/Ultra_Dynamic_Sky_Mat_no_auroras.uasset b/Content/UltraDynamicSky/Materials/Material_Instances/Ultra_Dynamic_Sky_Mat_no_auroras.uasset new file mode 100644 index 00000000..afa0aaac Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Material_Instances/Ultra_Dynamic_Sky_Mat_no_auroras.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Material_Instances/Ultra_Dynamic_Sky_Mat_no_auroras_onecloudlayer.uasset b/Content/UltraDynamicSky/Materials/Material_Instances/Ultra_Dynamic_Sky_Mat_no_auroras_onecloudlayer.uasset new file mode 100644 index 00000000..40053e5d Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Material_Instances/Ultra_Dynamic_Sky_Mat_no_auroras_onecloudlayer.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Material_Instances/Ultra_Dynamic_Sky_Mat_onecloudlayer.uasset b/Content/UltraDynamicSky/Materials/Material_Instances/Ultra_Dynamic_Sky_Mat_onecloudlayer.uasset new file mode 100644 index 00000000..04333c7e Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Material_Instances/Ultra_Dynamic_Sky_Mat_onecloudlayer.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Static_Clouds.uasset b/Content/UltraDynamicSky/Materials/Static_Clouds.uasset new file mode 100644 index 00000000..d06b57fb Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Static_Clouds.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Ultra_Dynamic_Sky_Mat.uasset b/Content/UltraDynamicSky/Materials/Ultra_Dynamic_Sky_Mat.uasset new file mode 100644 index 00000000..d7fa1532 Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Ultra_Dynamic_Sky_Mat.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Volumetric_Aurora.uasset b/Content/UltraDynamicSky/Materials/Volumetric_Aurora.uasset new file mode 100644 index 00000000..b998c429 Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Volumetric_Aurora.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Volumetric_Cloud_Shadows.uasset b/Content/UltraDynamicSky/Materials/Volumetric_Cloud_Shadows.uasset new file mode 100644 index 00000000..964002e0 Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Volumetric_Cloud_Shadows.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Volumetric_Clouds.uasset b/Content/UltraDynamicSky/Materials/Volumetric_Clouds.uasset new file mode 100644 index 00000000..1b0835ff Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Volumetric_Clouds.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Weather/Fog_ParticleMat.uasset b/Content/UltraDynamicSky/Materials/Weather/Fog_ParticleMat.uasset new file mode 100644 index 00000000..56bd311d Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Weather/Fog_ParticleMat.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Weather/LightningBolt_ParticleMat.uasset b/Content/UltraDynamicSky/Materials/Weather/LightningBolt_ParticleMat.uasset new file mode 100644 index 00000000..d7b2afb4 Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Weather/LightningBolt_ParticleMat.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Weather/LightningBranch_ParticleMat.uasset b/Content/UltraDynamicSky/Materials/Weather/LightningBranch_ParticleMat.uasset new file mode 100644 index 00000000..ec205d20 Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Weather/LightningBranch_ParticleMat.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Weather/LightningFlare_ParticleMat.uasset b/Content/UltraDynamicSky/Materials/Weather/LightningFlare_ParticleMat.uasset new file mode 100644 index 00000000..70cf59e5 Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Weather/LightningFlare_ParticleMat.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Weather/Lightning_Ball_ParticleMat.uasset b/Content/UltraDynamicSky/Materials/Weather/Lightning_Ball_ParticleMat.uasset new file mode 100644 index 00000000..a4b21af9 Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Weather/Lightning_Ball_ParticleMat.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Weather/RainSnow_ParticleMat.uasset b/Content/UltraDynamicSky/Materials/Weather/RainSnow_ParticleMat.uasset new file mode 100644 index 00000000..0ee1f898 Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Weather/RainSnow_ParticleMat.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Weather/Snow_Weather_Effects.uasset b/Content/UltraDynamicSky/Materials/Weather/Snow_Weather_Effects.uasset new file mode 100644 index 00000000..60470d9f Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Weather/Snow_Weather_Effects.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Weather/Splash_ParticleMat.uasset b/Content/UltraDynamicSky/Materials/Weather/Splash_ParticleMat.uasset new file mode 100644 index 00000000..b70f8529 Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Weather/Splash_ParticleMat.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Weather/UltraDynamicWeather_Parameters.uasset b/Content/UltraDynamicSky/Materials/Weather/UltraDynamicWeather_Parameters.uasset new file mode 100644 index 00000000..235fc796 Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Weather/UltraDynamicWeather_Parameters.uasset differ diff --git a/Content/UltraDynamicSky/Materials/Weather/Wet_Weather_Effects.uasset b/Content/UltraDynamicSky/Materials/Weather/Wet_Weather_Effects.uasset new file mode 100644 index 00000000..16e63fad Binary files /dev/null and b/Content/UltraDynamicSky/Materials/Weather/Wet_Weather_Effects.uasset differ diff --git a/Content/UltraDynamicSky/Meshes/StaticCloudsSphere.uasset b/Content/UltraDynamicSky/Meshes/StaticCloudsSphere.uasset new file mode 100644 index 00000000..07126843 Binary files /dev/null and b/Content/UltraDynamicSky/Meshes/StaticCloudsSphere.uasset differ diff --git a/Content/UltraDynamicSky/Meshes/Ultra_Dynamic_Sky_Sphere.uasset b/Content/UltraDynamicSky/Meshes/Ultra_Dynamic_Sky_Sphere.uasset new file mode 100644 index 00000000..19b1969a Binary files /dev/null and b/Content/UltraDynamicSky/Meshes/Ultra_Dynamic_Sky_Sphere.uasset differ diff --git a/Content/UltraDynamicSky/Particles/Dripping_Curve.uasset b/Content/UltraDynamicSky/Particles/Dripping_Curve.uasset new file mode 100644 index 00000000..cce25658 Binary files /dev/null and b/Content/UltraDynamicSky/Particles/Dripping_Curve.uasset differ diff --git a/Content/UltraDynamicSky/Particles/Inside_Cloud_Fog.uasset b/Content/UltraDynamicSky/Particles/Inside_Cloud_Fog.uasset new file mode 100644 index 00000000..774cdbea Binary files /dev/null and b/Content/UltraDynamicSky/Particles/Inside_Cloud_Fog.uasset differ diff --git a/Content/UltraDynamicSky/Particles/Lightning_Strike.uasset b/Content/UltraDynamicSky/Particles/Lightning_Strike.uasset new file mode 100644 index 00000000..f48c8e8d Binary files /dev/null and b/Content/UltraDynamicSky/Particles/Lightning_Strike.uasset differ diff --git a/Content/UltraDynamicSky/Particles/Obscured_Lightning.uasset b/Content/UltraDynamicSky/Particles/Obscured_Lightning.uasset new file mode 100644 index 00000000..3219ed26 Binary files /dev/null and b/Content/UltraDynamicSky/Particles/Obscured_Lightning.uasset differ diff --git a/Content/UltraDynamicSky/Particles/Rain_and_Snow.uasset b/Content/UltraDynamicSky/Particles/Rain_and_Snow.uasset new file mode 100644 index 00000000..284f09a9 Binary files /dev/null and b/Content/UltraDynamicSky/Particles/Rain_and_Snow.uasset differ diff --git a/Content/UltraDynamicSky/Particles/Splashes.uasset b/Content/UltraDynamicSky/Particles/Splashes.uasset new file mode 100644 index 00000000..3a419498 Binary files /dev/null and b/Content/UltraDynamicSky/Particles/Splashes.uasset differ diff --git a/Content/UltraDynamicSky/Sound/Close_Thunder/CloseThunder_1.uasset b/Content/UltraDynamicSky/Sound/Close_Thunder/CloseThunder_1.uasset new file mode 100644 index 00000000..edc07a1e Binary files /dev/null and b/Content/UltraDynamicSky/Sound/Close_Thunder/CloseThunder_1.uasset differ diff --git a/Content/UltraDynamicSky/Sound/Close_Thunder/CloseThunder_2.uasset b/Content/UltraDynamicSky/Sound/Close_Thunder/CloseThunder_2.uasset new file mode 100644 index 00000000..6956eeb1 Binary files /dev/null and b/Content/UltraDynamicSky/Sound/Close_Thunder/CloseThunder_2.uasset differ diff --git a/Content/UltraDynamicSky/Sound/Close_Thunder/CloseThunder_3.uasset b/Content/UltraDynamicSky/Sound/Close_Thunder/CloseThunder_3.uasset new file mode 100644 index 00000000..87f89ee0 Binary files /dev/null and b/Content/UltraDynamicSky/Sound/Close_Thunder/CloseThunder_3.uasset differ diff --git a/Content/UltraDynamicSky/Sound/Close_Thunder/CloseThunder_4.uasset b/Content/UltraDynamicSky/Sound/Close_Thunder/CloseThunder_4.uasset new file mode 100644 index 00000000..af502c72 Binary files /dev/null and b/Content/UltraDynamicSky/Sound/Close_Thunder/CloseThunder_4.uasset differ diff --git a/Content/UltraDynamicSky/Sound/Close_Thunder/CloseThunder_5.uasset b/Content/UltraDynamicSky/Sound/Close_Thunder/CloseThunder_5.uasset new file mode 100644 index 00000000..39537bf7 Binary files /dev/null and b/Content/UltraDynamicSky/Sound/Close_Thunder/CloseThunder_5.uasset differ diff --git a/Content/UltraDynamicSky/Sound/Close_Thunder/CloseThunder_6.uasset b/Content/UltraDynamicSky/Sound/Close_Thunder/CloseThunder_6.uasset new file mode 100644 index 00000000..8b568354 Binary files /dev/null and b/Content/UltraDynamicSky/Sound/Close_Thunder/CloseThunder_6.uasset differ diff --git a/Content/UltraDynamicSky/Sound/Close_Thunder/Close_Thunder_Cue.uasset b/Content/UltraDynamicSky/Sound/Close_Thunder/Close_Thunder_Cue.uasset new file mode 100644 index 00000000..e01d9d4b Binary files /dev/null and b/Content/UltraDynamicSky/Sound/Close_Thunder/Close_Thunder_Cue.uasset differ diff --git a/Content/UltraDynamicSky/Sound/Distant_Thunder/DistantThunder_1.uasset b/Content/UltraDynamicSky/Sound/Distant_Thunder/DistantThunder_1.uasset new file mode 100644 index 00000000..41ced180 Binary files /dev/null and b/Content/UltraDynamicSky/Sound/Distant_Thunder/DistantThunder_1.uasset differ diff --git a/Content/UltraDynamicSky/Sound/Distant_Thunder/DistantThunder_10.uasset b/Content/UltraDynamicSky/Sound/Distant_Thunder/DistantThunder_10.uasset new file mode 100644 index 00000000..6169ea4d Binary files /dev/null and b/Content/UltraDynamicSky/Sound/Distant_Thunder/DistantThunder_10.uasset differ diff --git a/Content/UltraDynamicSky/Sound/Distant_Thunder/DistantThunder_11.uasset b/Content/UltraDynamicSky/Sound/Distant_Thunder/DistantThunder_11.uasset new file mode 100644 index 00000000..a0da3f04 Binary files /dev/null and b/Content/UltraDynamicSky/Sound/Distant_Thunder/DistantThunder_11.uasset differ diff --git a/Content/UltraDynamicSky/Sound/Distant_Thunder/DistantThunder_2.uasset b/Content/UltraDynamicSky/Sound/Distant_Thunder/DistantThunder_2.uasset new file mode 100644 index 00000000..e0c3e95c Binary files /dev/null and b/Content/UltraDynamicSky/Sound/Distant_Thunder/DistantThunder_2.uasset differ diff --git a/Content/UltraDynamicSky/Sound/Distant_Thunder/DistantThunder_3.uasset b/Content/UltraDynamicSky/Sound/Distant_Thunder/DistantThunder_3.uasset new file mode 100644 index 00000000..29acfb20 Binary files /dev/null and b/Content/UltraDynamicSky/Sound/Distant_Thunder/DistantThunder_3.uasset differ diff --git a/Content/UltraDynamicSky/Sound/Distant_Thunder/DistantThunder_4.uasset b/Content/UltraDynamicSky/Sound/Distant_Thunder/DistantThunder_4.uasset new file mode 100644 index 00000000..334ff424 Binary files /dev/null and b/Content/UltraDynamicSky/Sound/Distant_Thunder/DistantThunder_4.uasset differ diff --git a/Content/UltraDynamicSky/Sound/Distant_Thunder/DistantThunder_5.uasset b/Content/UltraDynamicSky/Sound/Distant_Thunder/DistantThunder_5.uasset new file mode 100644 index 00000000..d9f1ce3b Binary files /dev/null and b/Content/UltraDynamicSky/Sound/Distant_Thunder/DistantThunder_5.uasset differ diff --git a/Content/UltraDynamicSky/Sound/Distant_Thunder/DistantThunder_6.uasset b/Content/UltraDynamicSky/Sound/Distant_Thunder/DistantThunder_6.uasset new file mode 100644 index 00000000..aa61c331 Binary files /dev/null and b/Content/UltraDynamicSky/Sound/Distant_Thunder/DistantThunder_6.uasset differ diff --git a/Content/UltraDynamicSky/Sound/Distant_Thunder/DistantThunder_7.uasset b/Content/UltraDynamicSky/Sound/Distant_Thunder/DistantThunder_7.uasset new file mode 100644 index 00000000..8a59c279 Binary files /dev/null and b/Content/UltraDynamicSky/Sound/Distant_Thunder/DistantThunder_7.uasset differ diff --git a/Content/UltraDynamicSky/Sound/Distant_Thunder/DistantThunder_8.uasset b/Content/UltraDynamicSky/Sound/Distant_Thunder/DistantThunder_8.uasset new file mode 100644 index 00000000..307244ed Binary files /dev/null and b/Content/UltraDynamicSky/Sound/Distant_Thunder/DistantThunder_8.uasset differ diff --git a/Content/UltraDynamicSky/Sound/Distant_Thunder/DistantThunder_9.uasset b/Content/UltraDynamicSky/Sound/Distant_Thunder/DistantThunder_9.uasset new file mode 100644 index 00000000..841bf6ad Binary files /dev/null and b/Content/UltraDynamicSky/Sound/Distant_Thunder/DistantThunder_9.uasset differ diff --git a/Content/UltraDynamicSky/Sound/Distant_Thunder/DistantThunder_Cue.uasset b/Content/UltraDynamicSky/Sound/Distant_Thunder/DistantThunder_Cue.uasset new file mode 100644 index 00000000..2e570087 Binary files /dev/null and b/Content/UltraDynamicSky/Sound/Distant_Thunder/DistantThunder_Cue.uasset differ diff --git a/Content/UltraDynamicSky/Sound/Rain/LightRain_1.uasset b/Content/UltraDynamicSky/Sound/Rain/LightRain_1.uasset new file mode 100644 index 00000000..e6483e4c Binary files /dev/null and b/Content/UltraDynamicSky/Sound/Rain/LightRain_1.uasset differ diff --git a/Content/UltraDynamicSky/Sound/Rain/LightRain_2.uasset b/Content/UltraDynamicSky/Sound/Rain/LightRain_2.uasset new file mode 100644 index 00000000..f2d22e5e Binary files /dev/null and b/Content/UltraDynamicSky/Sound/Rain/LightRain_2.uasset differ diff --git a/Content/UltraDynamicSky/Sound/Rain/LightRain_3.uasset b/Content/UltraDynamicSky/Sound/Rain/LightRain_3.uasset new file mode 100644 index 00000000..636d9d39 Binary files /dev/null and b/Content/UltraDynamicSky/Sound/Rain/LightRain_3.uasset differ diff --git a/Content/UltraDynamicSky/Sound/Rain/LightRain_4.uasset b/Content/UltraDynamicSky/Sound/Rain/LightRain_4.uasset new file mode 100644 index 00000000..65b0a2c1 Binary files /dev/null and b/Content/UltraDynamicSky/Sound/Rain/LightRain_4.uasset differ diff --git a/Content/UltraDynamicSky/Sound/Rain/MediumRain_1.uasset b/Content/UltraDynamicSky/Sound/Rain/MediumRain_1.uasset new file mode 100644 index 00000000..c728b03c Binary files /dev/null and b/Content/UltraDynamicSky/Sound/Rain/MediumRain_1.uasset differ diff --git a/Content/UltraDynamicSky/Sound/Rain/MediumRain_2.uasset b/Content/UltraDynamicSky/Sound/Rain/MediumRain_2.uasset new file mode 100644 index 00000000..b12f1544 Binary files /dev/null and b/Content/UltraDynamicSky/Sound/Rain/MediumRain_2.uasset differ diff --git a/Content/UltraDynamicSky/Sound/Rain/MediumRain_3.uasset b/Content/UltraDynamicSky/Sound/Rain/MediumRain_3.uasset new file mode 100644 index 00000000..6146dc4f Binary files /dev/null and b/Content/UltraDynamicSky/Sound/Rain/MediumRain_3.uasset differ diff --git a/Content/UltraDynamicSky/Sound/Rain/MediumRain_4.uasset b/Content/UltraDynamicSky/Sound/Rain/MediumRain_4.uasset new file mode 100644 index 00000000..0161913e Binary files /dev/null and b/Content/UltraDynamicSky/Sound/Rain/MediumRain_4.uasset differ diff --git a/Content/UltraDynamicSky/Sound/Rain/RainHit_1.uasset b/Content/UltraDynamicSky/Sound/Rain/RainHit_1.uasset new file mode 100644 index 00000000..0b07aa86 Binary files /dev/null and b/Content/UltraDynamicSky/Sound/Rain/RainHit_1.uasset differ diff --git a/Content/UltraDynamicSky/Sound/Rain/RainHit_2.uasset b/Content/UltraDynamicSky/Sound/Rain/RainHit_2.uasset new file mode 100644 index 00000000..fcdac3af Binary files /dev/null and b/Content/UltraDynamicSky/Sound/Rain/RainHit_2.uasset differ diff --git a/Content/UltraDynamicSky/Sound/Rain/RainHit_3.uasset b/Content/UltraDynamicSky/Sound/Rain/RainHit_3.uasset new file mode 100644 index 00000000..d08537cb Binary files /dev/null and b/Content/UltraDynamicSky/Sound/Rain/RainHit_3.uasset differ diff --git a/Content/UltraDynamicSky/Sound/Rain/Rain_Cue.uasset b/Content/UltraDynamicSky/Sound/Rain/Rain_Cue.uasset new file mode 100644 index 00000000..ab43fca2 Binary files /dev/null and b/Content/UltraDynamicSky/Sound/Rain/Rain_Cue.uasset differ diff --git a/Content/UltraDynamicSky/Sound/Rain/Rain_Fadein_Curve.uasset b/Content/UltraDynamicSky/Sound/Rain/Rain_Fadein_Curve.uasset new file mode 100644 index 00000000..e943027a Binary files /dev/null and b/Content/UltraDynamicSky/Sound/Rain/Rain_Fadein_Curve.uasset differ diff --git a/Content/UltraDynamicSky/Sound/UDS_Weather.uasset b/Content/UltraDynamicSky/Sound/UDS_Weather.uasset new file mode 100644 index 00000000..a001bfa9 Binary files /dev/null and b/Content/UltraDynamicSky/Sound/UDS_Weather.uasset differ diff --git a/Content/UltraDynamicSky/Sound/Wind/BrownianNoise_1.uasset b/Content/UltraDynamicSky/Sound/Wind/BrownianNoise_1.uasset new file mode 100644 index 00000000..63130b7a Binary files /dev/null and b/Content/UltraDynamicSky/Sound/Wind/BrownianNoise_1.uasset differ diff --git a/Content/UltraDynamicSky/Sound/Wind/BrownianNoise_2.uasset b/Content/UltraDynamicSky/Sound/Wind/BrownianNoise_2.uasset new file mode 100644 index 00000000..c5706afe Binary files /dev/null and b/Content/UltraDynamicSky/Sound/Wind/BrownianNoise_2.uasset differ diff --git a/Content/UltraDynamicSky/Sound/Wind/BrownianNoise_3.uasset b/Content/UltraDynamicSky/Sound/Wind/BrownianNoise_3.uasset new file mode 100644 index 00000000..624ae86a Binary files /dev/null and b/Content/UltraDynamicSky/Sound/Wind/BrownianNoise_3.uasset differ diff --git a/Content/UltraDynamicSky/Sound/Wind/BrownianNoise_4.uasset b/Content/UltraDynamicSky/Sound/Wind/BrownianNoise_4.uasset new file mode 100644 index 00000000..a31453a6 Binary files /dev/null and b/Content/UltraDynamicSky/Sound/Wind/BrownianNoise_4.uasset differ diff --git a/Content/UltraDynamicSky/Sound/Wind/Wind_Cue.uasset b/Content/UltraDynamicSky/Sound/Wind/Wind_Cue.uasset new file mode 100644 index 00000000..a534ea4d Binary files /dev/null and b/Content/UltraDynamicSky/Sound/Wind/Wind_Cue.uasset differ diff --git a/Content/UltraDynamicSky/Sound/Wind/Wind_Whistling.uasset b/Content/UltraDynamicSky/Sound/Wind/Wind_Whistling.uasset new file mode 100644 index 00000000..2c9b6583 Binary files /dev/null and b/Content/UltraDynamicSky/Sound/Wind/Wind_Whistling.uasset differ diff --git a/Content/UltraDynamicSky/Sound/Wind/Wind_Whistling_Cue.uasset b/Content/UltraDynamicSky/Sound/Wind/Wind_Whistling_Cue.uasset new file mode 100644 index 00000000..a07df286 Binary files /dev/null and b/Content/UltraDynamicSky/Sound/Wind/Wind_Whistling_Cue.uasset differ diff --git a/Content/UltraDynamicSky/Textures/3D_Clouds/3DCells_128.uasset b/Content/UltraDynamicSky/Textures/3D_Clouds/3DCells_128.uasset new file mode 100644 index 00000000..f2406ac5 Binary files /dev/null and b/Content/UltraDynamicSky/Textures/3D_Clouds/3DCells_128.uasset differ diff --git a/Content/UltraDynamicSky/Textures/3D_Clouds/3DCells_128_Sheet.uasset b/Content/UltraDynamicSky/Textures/3D_Clouds/3DCells_128_Sheet.uasset new file mode 100644 index 00000000..ef5c5ed8 Binary files /dev/null and b/Content/UltraDynamicSky/Textures/3D_Clouds/3DCells_128_Sheet.uasset differ diff --git a/Content/UltraDynamicSky/Textures/3D_Clouds/3DCells_Sheet.uasset b/Content/UltraDynamicSky/Textures/3D_Clouds/3DCells_Sheet.uasset new file mode 100644 index 00000000..ec43ab45 Binary files /dev/null and b/Content/UltraDynamicSky/Textures/3D_Clouds/3DCells_Sheet.uasset differ diff --git a/Content/UltraDynamicSky/Textures/3D_Clouds/3D_Cells.uasset b/Content/UltraDynamicSky/Textures/3D_Clouds/3D_Cells.uasset new file mode 100644 index 00000000..554c47d6 Binary files /dev/null and b/Content/UltraDynamicSky/Textures/3D_Clouds/3D_Cells.uasset differ diff --git a/Content/UltraDynamicSky/Textures/3D_Clouds/3D_Cells_32.uasset b/Content/UltraDynamicSky/Textures/3D_Clouds/3D_Cells_32.uasset new file mode 100644 index 00000000..1a37d14d Binary files /dev/null and b/Content/UltraDynamicSky/Textures/3D_Clouds/3D_Cells_32.uasset differ diff --git a/Content/UltraDynamicSky/Textures/3D_Clouds/3D_Cells_32_Sheet.uasset b/Content/UltraDynamicSky/Textures/3D_Clouds/3D_Cells_32_Sheet.uasset new file mode 100644 index 00000000..fd2c24b0 Binary files /dev/null and b/Content/UltraDynamicSky/Textures/3D_Clouds/3D_Cells_32_Sheet.uasset differ diff --git a/Content/UltraDynamicSky/Textures/Clouds/blur_clouds.uasset b/Content/UltraDynamicSky/Textures/Clouds/blur_clouds.uasset new file mode 100644 index 00000000..a4a57a01 Binary files /dev/null and b/Content/UltraDynamicSky/Textures/Clouds/blur_clouds.uasset differ diff --git a/Content/UltraDynamicSky/Textures/Clouds/clouds_classic.uasset b/Content/UltraDynamicSky/Textures/Clouds/clouds_classic.uasset new file mode 100644 index 00000000..103d3fd1 Binary files /dev/null and b/Content/UltraDynamicSky/Textures/Clouds/clouds_classic.uasset differ diff --git a/Content/UltraDynamicSky/Textures/Clouds/clouds_diverse.uasset b/Content/UltraDynamicSky/Textures/Clouds/clouds_diverse.uasset new file mode 100644 index 00000000..9d304d4a Binary files /dev/null and b/Content/UltraDynamicSky/Textures/Clouds/clouds_diverse.uasset differ diff --git a/Content/UltraDynamicSky/Textures/Clouds/clouds_voronoi.uasset b/Content/UltraDynamicSky/Textures/Clouds/clouds_voronoi.uasset new file mode 100644 index 00000000..835ae13c Binary files /dev/null and b/Content/UltraDynamicSky/Textures/Clouds/clouds_voronoi.uasset differ diff --git a/Content/UltraDynamicSky/Textures/Clouds/clouds_voronoi_smooth.uasset b/Content/UltraDynamicSky/Textures/Clouds/clouds_voronoi_smooth.uasset new file mode 100644 index 00000000..034b43f5 Binary files /dev/null and b/Content/UltraDynamicSky/Textures/Clouds/clouds_voronoi_smooth.uasset differ diff --git a/Content/UltraDynamicSky/Textures/Flat_Cubemaps/Flat_Clear.uasset b/Content/UltraDynamicSky/Textures/Flat_Cubemaps/Flat_Clear.uasset new file mode 100644 index 00000000..77f3bd75 Binary files /dev/null and b/Content/UltraDynamicSky/Textures/Flat_Cubemaps/Flat_Clear.uasset differ diff --git a/Content/UltraDynamicSky/Textures/Flat_Cubemaps/Flat_Overcast.uasset b/Content/UltraDynamicSky/Textures/Flat_Cubemaps/Flat_Overcast.uasset new file mode 100644 index 00000000..a37ffaf2 Binary files /dev/null and b/Content/UltraDynamicSky/Textures/Flat_Cubemaps/Flat_Overcast.uasset differ diff --git a/Content/UltraDynamicSky/Textures/Flat_Cubemaps/Flat_PartlyCloudy.uasset b/Content/UltraDynamicSky/Textures/Flat_Cubemaps/Flat_PartlyCloudy.uasset new file mode 100644 index 00000000..0a6b2816 Binary files /dev/null and b/Content/UltraDynamicSky/Textures/Flat_Cubemaps/Flat_PartlyCloudy.uasset differ diff --git a/Content/UltraDynamicSky/Textures/Icons/UDS_Icon.uasset b/Content/UltraDynamicSky/Textures/Icons/UDS_Icon.uasset new file mode 100644 index 00000000..92358495 Binary files /dev/null and b/Content/UltraDynamicSky/Textures/Icons/UDS_Icon.uasset differ diff --git a/Content/UltraDynamicSky/Textures/Icons/UDW_Icon.uasset b/Content/UltraDynamicSky/Textures/Icons/UDW_Icon.uasset new file mode 100644 index 00000000..63a3ebf5 Binary files /dev/null and b/Content/UltraDynamicSky/Textures/Icons/UDW_Icon.uasset differ diff --git a/Content/UltraDynamicSky/Textures/Sky/Cloud_Wisps.uasset b/Content/UltraDynamicSky/Textures/Sky/Cloud_Wisps.uasset new file mode 100644 index 00000000..c31a535f Binary files /dev/null and b/Content/UltraDynamicSky/Textures/Sky/Cloud_Wisps.uasset differ diff --git a/Content/UltraDynamicSky/Textures/Sky/Moon_Masks.uasset b/Content/UltraDynamicSky/Textures/Sky/Moon_Masks.uasset new file mode 100644 index 00000000..a2683cf2 Binary files /dev/null and b/Content/UltraDynamicSky/Textures/Sky/Moon_Masks.uasset differ diff --git a/Content/UltraDynamicSky/Textures/Sky/Stars.uasset b/Content/UltraDynamicSky/Textures/Sky/Stars.uasset new file mode 100644 index 00000000..2105aa70 Binary files /dev/null and b/Content/UltraDynamicSky/Textures/Sky/Stars.uasset differ diff --git a/Content/UltraDynamicSky/Textures/Sky/radio.uasset b/Content/UltraDynamicSky/Textures/Sky/radio.uasset new file mode 100644 index 00000000..c1c29d5f Binary files /dev/null and b/Content/UltraDynamicSky/Textures/Sky/radio.uasset differ diff --git a/Content/UltraDynamicSky/Textures/StaticClouds/StaticClouds_Alpha+Up.uasset b/Content/UltraDynamicSky/Textures/StaticClouds/StaticClouds_Alpha+Up.uasset new file mode 100644 index 00000000..08745806 Binary files /dev/null and b/Content/UltraDynamicSky/Textures/StaticClouds/StaticClouds_Alpha+Up.uasset differ diff --git a/Content/UltraDynamicSky/Textures/StaticClouds/StaticClouds_XY.uasset b/Content/UltraDynamicSky/Textures/StaticClouds/StaticClouds_XY.uasset new file mode 100644 index 00000000..f2fd8e6b Binary files /dev/null and b/Content/UltraDynamicSky/Textures/StaticClouds/StaticClouds_XY.uasset differ diff --git a/Content/UltraDynamicSky/Textures/Weather/Dripping_Pattern_Masks.uasset b/Content/UltraDynamicSky/Textures/Weather/Dripping_Pattern_Masks.uasset new file mode 100644 index 00000000..9003553d Binary files /dev/null and b/Content/UltraDynamicSky/Textures/Weather/Dripping_Pattern_Masks.uasset differ diff --git a/Content/UltraDynamicSky/Textures/Weather/Lightning_Bolt.uasset b/Content/UltraDynamicSky/Textures/Weather/Lightning_Bolt.uasset new file mode 100644 index 00000000..f8d9a357 Binary files /dev/null and b/Content/UltraDynamicSky/Textures/Weather/Lightning_Bolt.uasset differ diff --git a/Content/UltraDynamicSky/Textures/Weather/Lightning_Branches.uasset b/Content/UltraDynamicSky/Textures/Weather/Lightning_Branches.uasset new file mode 100644 index 00000000..83618856 Binary files /dev/null and b/Content/UltraDynamicSky/Textures/Weather/Lightning_Branches.uasset differ diff --git a/Content/UltraDynamicSky/Textures/Weather/Lightning_Flare_Sheet.uasset b/Content/UltraDynamicSky/Textures/Weather/Lightning_Flare_Sheet.uasset new file mode 100644 index 00000000..1a107324 Binary files /dev/null and b/Content/UltraDynamicSky/Textures/Weather/Lightning_Flare_Sheet.uasset differ diff --git a/Content/UltraDynamicSky/Textures/Weather/ParticleClouds.uasset b/Content/UltraDynamicSky/Textures/Weather/ParticleClouds.uasset new file mode 100644 index 00000000..65937914 Binary files /dev/null and b/Content/UltraDynamicSky/Textures/Weather/ParticleClouds.uasset differ diff --git a/Content/UltraDynamicSky/Textures/Weather/RainSnow_Sheet.uasset b/Content/UltraDynamicSky/Textures/Weather/RainSnow_Sheet.uasset new file mode 100644 index 00000000..8c4e12f5 Binary files /dev/null and b/Content/UltraDynamicSky/Textures/Weather/RainSnow_Sheet.uasset differ diff --git a/Content/UltraDynamicSky/Textures/Weather/Ripple_Sheet.uasset b/Content/UltraDynamicSky/Textures/Weather/Ripple_Sheet.uasset new file mode 100644 index 00000000..682e58b3 Binary files /dev/null and b/Content/UltraDynamicSky/Textures/Weather/Ripple_Sheet.uasset differ diff --git a/Content/UltraDynamicSky/Textures/Weather/Snow_masks.uasset b/Content/UltraDynamicSky/Textures/Weather/Snow_masks.uasset new file mode 100644 index 00000000..d182fb47 Binary files /dev/null and b/Content/UltraDynamicSky/Textures/Weather/Snow_masks.uasset differ diff --git a/Content/UltraDynamicSky/Textures/Weather/Snow_normal.uasset b/Content/UltraDynamicSky/Textures/Weather/Snow_normal.uasset new file mode 100644 index 00000000..d9daabee Binary files /dev/null and b/Content/UltraDynamicSky/Textures/Weather/Snow_normal.uasset differ diff --git a/Content/UltraDynamicSky/Textures/Weather/Splash_Animation.uasset b/Content/UltraDynamicSky/Textures/Weather/Splash_Animation.uasset new file mode 100644 index 00000000..0ae71454 Binary files /dev/null and b/Content/UltraDynamicSky/Textures/Weather/Splash_Animation.uasset differ diff --git a/northBaniASS.uproject b/northBaniASS.uproject new file mode 100644 index 00000000..fe471b7e --- /dev/null +++ b/northBaniASS.uproject @@ -0,0 +1,305 @@ +{ + "FileVersion": 3, + "EngineAssociation": "4.27", + "Category": "", + "Description": "", + "Plugins": [ + { + "Name": "Paper2D", + "Enabled": false + }, + { + "Name": "EnvironmentQueryEditor", + "Enabled": false + }, + { + "Name": "OnlineSubsystemGooglePlay", + "Enabled": false, + "SupportedTargetPlatforms": [ + "Android" + ] + }, + { + "Name": "AndroidPermission", + "Enabled": false + }, + { + "Name": "GooglePAD", + "Enabled": false + }, + { + "Name": "OpenXRHandTracking", + "Enabled": false, + "SupportedTargetPlatforms": [ + "Win32", + "Win64", + "Linux", + "HoloLens", + "Android" + ] + }, + { + "Name": "AudioCapture", + "Enabled": false + }, + { + "Name": "Synthesis", + "Enabled": false + }, + { + "Name": "MotoSynth", + "Enabled": false + }, + { + "Name": "SoundFields", + "Enabled": false + }, + { + "Name": "MagicLeapMedia", + "Enabled": false, + "SupportedTargetPlatforms": [ + "Lumin" + ] + }, + { + "Name": "MagicLeap", + "Enabled": false, + "SupportedTargetPlatforms": [ + "Lumin", + "Mac", + "Win64" + ] + }, + { + "Name": "MagicLeapPassableWorld", + "Enabled": false, + "SupportedTargetPlatforms": [ + "Lumin", + "Mac", + "Win64" + ] + }, + { + "Name": "LocationServicesBPLibrary", + "Enabled": false + }, + { + "Name": "XGEController", + "Enabled": false + }, + { + "Name": "CameraShakePreviewer", + "Enabled": false + }, + { + "Name": "MatineeToLevelSequence", + "Enabled": false + }, + { + "Name": "GameplayCameras", + "Enabled": false + }, + { + "Name": "OodleNetwork", + "Enabled": false + }, + { + "Name": "AndroidDeviceProfileSelector", + "Enabled": false + }, + { + "Name": "IOSDeviceProfileSelector", + "Enabled": false + }, + { + "Name": "LinuxDeviceProfileSelector", + "Enabled": false + }, + { + "Name": "ActorSequence", + "Enabled": false + }, + { + "Name": "FacialAnimation", + "Enabled": false + }, + { + "Name": "AppleImageUtils", + "Enabled": false + }, + { + "Name": "BackChannel", + "Enabled": false + }, + { + "Name": "ArchVisCharacter", + "Enabled": false + }, + { + "Name": "CharacterAI", + "Enabled": false + }, + { + "Name": "AlembicImporter", + "Enabled": false + }, + { + "Name": "LuminPlatformFeatures", + "Enabled": false, + "SupportedTargetPlatforms": [ + "Lumin" + ] + }, + { + "Name": "MLSDK", + "Enabled": false + }, + { + "Name": "AndroidMedia", + "Enabled": false + }, + { + "Name": "AvfMedia", + "Enabled": false + }, + { + "Name": "MediaCompositing", + "Enabled": false + }, + { + "Name": "ImgMedia", + "Enabled": false + }, + { + "Name": "WebMMoviePlayer", + "Enabled": false + }, + { + "Name": "MacGraphicsSwitching", + "Enabled": false + }, + { + "Name": "MobileLauncherProfileWizard", + "Enabled": false + }, + { + "Name": "MobilePatchingUtils", + "Enabled": false + }, + { + "Name": "AndroidMoviePlayer", + "Enabled": false + }, + { + "Name": "AppleMoviePlayer", + "Enabled": false + }, + { + "Name": "GoogleCloudMessaging", + "Enabled": false + }, + { + "Name": "ChunkDownloader", + "Enabled": false + }, + { + "Name": "OnlineSubsystemIOS", + "Enabled": false, + "SupportedTargetPlatforms": [ + "IOS", + "TVOS" + ] + }, + { + "Name": "CLionSourceCodeAccess", + "Enabled": false + }, + { + "Name": "CodeLiteSourceCodeAccess", + "Enabled": false + }, + { + "Name": "KDevelopSourceCodeAccess", + "Enabled": false + }, + { + "Name": "NullSourceCodeAccess", + "Enabled": false + }, + { + "Name": "RiderSourceCodeAccess", + "Enabled": false + }, + { + "Name": "XCodeSourceCodeAccess", + "Enabled": false, + "SupportedTargetPlatforms": [ + "Mac" + ] + }, + { + "Name": "CableComponent", + "Enabled": false + }, + { + "Name": "PerforceSourceControl", + "Enabled": false + }, + { + "Name": "SubversionSourceControl", + "Enabled": false + }, + { + "Name": "PlasticSourceControl", + "Enabled": false + }, + { + "Name": "OpenXREyeTracker", + "Enabled": false, + "SupportedTargetPlatforms": [ + "Win32", + "Win64", + "Linux", + "HoloLens", + "Android" + ] + }, + { + "Name": "OpenXR", + "Enabled": false, + "SupportedTargetPlatforms": [ + "Win32", + "Win64", + "Linux", + "Android", + "HoloLens" + ] + }, + { + "Name": "SteamVR", + "Enabled": false, + "SupportedTargetPlatforms": [ + "Win32", + "Win64", + "Linux" + ] + }, + { + "Name": "OculusVR", + "Enabled": false, + "SupportedTargetPlatforms": [ + "Win32", + "Win64", + "Android" + ] + }, + { + "Name": "RLPlugin", + "Enabled": false + }, + { + "Name": "Niagara", + "Enabled": true + } + ] +} \ No newline at end of file diff --git a/northBaniASSdev.uproject b/northBaniASSdev.uproject new file mode 100644 index 00000000..fe471b7e --- /dev/null +++ b/northBaniASSdev.uproject @@ -0,0 +1,305 @@ +{ + "FileVersion": 3, + "EngineAssociation": "4.27", + "Category": "", + "Description": "", + "Plugins": [ + { + "Name": "Paper2D", + "Enabled": false + }, + { + "Name": "EnvironmentQueryEditor", + "Enabled": false + }, + { + "Name": "OnlineSubsystemGooglePlay", + "Enabled": false, + "SupportedTargetPlatforms": [ + "Android" + ] + }, + { + "Name": "AndroidPermission", + "Enabled": false + }, + { + "Name": "GooglePAD", + "Enabled": false + }, + { + "Name": "OpenXRHandTracking", + "Enabled": false, + "SupportedTargetPlatforms": [ + "Win32", + "Win64", + "Linux", + "HoloLens", + "Android" + ] + }, + { + "Name": "AudioCapture", + "Enabled": false + }, + { + "Name": "Synthesis", + "Enabled": false + }, + { + "Name": "MotoSynth", + "Enabled": false + }, + { + "Name": "SoundFields", + "Enabled": false + }, + { + "Name": "MagicLeapMedia", + "Enabled": false, + "SupportedTargetPlatforms": [ + "Lumin" + ] + }, + { + "Name": "MagicLeap", + "Enabled": false, + "SupportedTargetPlatforms": [ + "Lumin", + "Mac", + "Win64" + ] + }, + { + "Name": "MagicLeapPassableWorld", + "Enabled": false, + "SupportedTargetPlatforms": [ + "Lumin", + "Mac", + "Win64" + ] + }, + { + "Name": "LocationServicesBPLibrary", + "Enabled": false + }, + { + "Name": "XGEController", + "Enabled": false + }, + { + "Name": "CameraShakePreviewer", + "Enabled": false + }, + { + "Name": "MatineeToLevelSequence", + "Enabled": false + }, + { + "Name": "GameplayCameras", + "Enabled": false + }, + { + "Name": "OodleNetwork", + "Enabled": false + }, + { + "Name": "AndroidDeviceProfileSelector", + "Enabled": false + }, + { + "Name": "IOSDeviceProfileSelector", + "Enabled": false + }, + { + "Name": "LinuxDeviceProfileSelector", + "Enabled": false + }, + { + "Name": "ActorSequence", + "Enabled": false + }, + { + "Name": "FacialAnimation", + "Enabled": false + }, + { + "Name": "AppleImageUtils", + "Enabled": false + }, + { + "Name": "BackChannel", + "Enabled": false + }, + { + "Name": "ArchVisCharacter", + "Enabled": false + }, + { + "Name": "CharacterAI", + "Enabled": false + }, + { + "Name": "AlembicImporter", + "Enabled": false + }, + { + "Name": "LuminPlatformFeatures", + "Enabled": false, + "SupportedTargetPlatforms": [ + "Lumin" + ] + }, + { + "Name": "MLSDK", + "Enabled": false + }, + { + "Name": "AndroidMedia", + "Enabled": false + }, + { + "Name": "AvfMedia", + "Enabled": false + }, + { + "Name": "MediaCompositing", + "Enabled": false + }, + { + "Name": "ImgMedia", + "Enabled": false + }, + { + "Name": "WebMMoviePlayer", + "Enabled": false + }, + { + "Name": "MacGraphicsSwitching", + "Enabled": false + }, + { + "Name": "MobileLauncherProfileWizard", + "Enabled": false + }, + { + "Name": "MobilePatchingUtils", + "Enabled": false + }, + { + "Name": "AndroidMoviePlayer", + "Enabled": false + }, + { + "Name": "AppleMoviePlayer", + "Enabled": false + }, + { + "Name": "GoogleCloudMessaging", + "Enabled": false + }, + { + "Name": "ChunkDownloader", + "Enabled": false + }, + { + "Name": "OnlineSubsystemIOS", + "Enabled": false, + "SupportedTargetPlatforms": [ + "IOS", + "TVOS" + ] + }, + { + "Name": "CLionSourceCodeAccess", + "Enabled": false + }, + { + "Name": "CodeLiteSourceCodeAccess", + "Enabled": false + }, + { + "Name": "KDevelopSourceCodeAccess", + "Enabled": false + }, + { + "Name": "NullSourceCodeAccess", + "Enabled": false + }, + { + "Name": "RiderSourceCodeAccess", + "Enabled": false + }, + { + "Name": "XCodeSourceCodeAccess", + "Enabled": false, + "SupportedTargetPlatforms": [ + "Mac" + ] + }, + { + "Name": "CableComponent", + "Enabled": false + }, + { + "Name": "PerforceSourceControl", + "Enabled": false + }, + { + "Name": "SubversionSourceControl", + "Enabled": false + }, + { + "Name": "PlasticSourceControl", + "Enabled": false + }, + { + "Name": "OpenXREyeTracker", + "Enabled": false, + "SupportedTargetPlatforms": [ + "Win32", + "Win64", + "Linux", + "HoloLens", + "Android" + ] + }, + { + "Name": "OpenXR", + "Enabled": false, + "SupportedTargetPlatforms": [ + "Win32", + "Win64", + "Linux", + "Android", + "HoloLens" + ] + }, + { + "Name": "SteamVR", + "Enabled": false, + "SupportedTargetPlatforms": [ + "Win32", + "Win64", + "Linux" + ] + }, + { + "Name": "OculusVR", + "Enabled": false, + "SupportedTargetPlatforms": [ + "Win32", + "Win64", + "Android" + ] + }, + { + "Name": "RLPlugin", + "Enabled": false + }, + { + "Name": "Niagara", + "Enabled": true + } + ] +} \ No newline at end of file