ue-udw-material-and-screen-effects

Configure weather-responsive material functions and screen effects in Ultra Dynamic Weather for Unreal Engine.

55|5|Updated Mar 26, 2026
One-click install
npx skills add https://github.com/kevinpbuckley/unreal-engine-skills --skill ue-udw-material-and-screen-effects-kevinpbuckley
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ue-udw-material-and-screen-effects
Source: https://github.com/kevinpbuckley/unreal-engine-skills/tree/main/skills/ultra-dynamic-weather/ue-udw-material-and-screen-effects
Command: npx skills add https://github.com/kevinpbuckley/unreal-engine-skills --skill ue-udw-material-and-screen-effects-kevinpbuckley

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Making game materials and camera effects react to changing weather in Unreal Engine requires knowing which Ultra Dynamic Weather material functions, components, and actors exist and how to wire them correctly. This Skill provides the exact setup steps, settings, and gotchas for every UDW material and screen effect. ## Core Features & Use Cases - Material Effects: Set up Surface Weather Effects (wetness/snow/dust, dripping, droplets), Dynamic Landscape Weather Effects V3 with DLWE Interaction components for footprints and trails, Glass Window Rain Drips, Foliage Wind Movement, and Water Surface Rain Ripples. - Screen and Post Effects: Configure Rainbow, Screen Droplets, Screen Frost, Heat Distortion, and Post Process Wind Fog driven by weather state. - Helper Actors: Place Puddle Fluid Volumes, Dripping Mesh Particles, Freezing Breath, Rain Drip Splines with icicles, and Weather Occlusion Volumes. - Use Case: A user wants footprints in snow on their landscape. The Skill explains adding DLWE to the landscape material, attaching DLWE Interaction components to foot sockets, sizing the render target area, and fixing common failures like missing collision. ## Quick Start Ask how to make a landscape material accumulate snow and leave character footprints using Ultra Dynamic Weather in Unreal Engine.

Frequently Asked Questions about ue-udw-material-and-screen-effects

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I add snow and wetness to materials in Ultra Dynamic Weather?

Add the Surface Weather Effects material function at the end of your material graph before the material result, using Material Attributes pins. Enable Apply Wetness and Apply Snow/Dust with static bools, and use DLWE instead for landscapes.

How do I make footprints and trails in snow on an Unreal Engine landscape?

Use Dynamic Landscape Weather Effects V3 in the landscape material plus a DLWE Interaction component parented to each moving part, such as one per foot socket. Trails only render within the Snow/Dust Interaction Render Target Area around the player.

Why are my DLWE snow trails not appearing on the landscape?

The landscape needs World Static simple collision that responds to queries and blocks Visibility. Also check the DLWE Interaction component size and that Control Point Location Source on UDW is near the camera.

Does Ultra Dynamic Weather support rain drops on glass windows?

Yes, the Glass Window Rain Drips material function renders refractive droplets on translucent glass materials. It outputs Base Color, Emissive Color, and Opacity, and UVs default to world space unless overridden.

Why is snow on my moving object facing the wrong direction?

With Local Space or For Skeletal Mesh enabled, snow follows the local normal and rotates with the model. Add the Material Snow Dust Reorient component as a child of the mesh and register its dynamic material instances.

Why does the rainbow never appear in Ultra Dynamic Weather?

The rainbow requires rain or fog contribution, direct camera exposure to sunlight, and a sun low enough for the rainbow geometry. Heavy cloud coverage blocking sunlight prevents it from appearing.