Unreal Engine – Ambient Wind System

Author comp12345
2022-01-24
1 077
0
Unreal Engine – Ambient Wind System

Unreal Engine – Ambient Wind System

Videos here

The Unreal Engine's native wind object "Wind directional source" will only affect apex cloth and speedtree objects.
This wind system affects all possible kinds of actors and objects.
Also, wind affected physical actors will be audible when moving. It is possible to trigger rolling or swinging movement sounds as also "OnHit" sounds.

The Windsystem works with an unbound wind zone and wind actors that react to this wind.
The wind zone is the class that creates the wind force. The wind actors are affected by the wind.
To actually have a physical object react to the wind it has to have a new "WindComponent" added to its blueprint components

Since the possible affected wind objects are all different object classes, a few different approaches are needed to project the wind.
For the physical actors, the wind is driven by add force, whilst the windload on each wind affected actor is calculated by the objects projected surface area and the objects material density.

Cloth is driven by a spawned "Wind Directional Source" that is synchronized to the generated blueprint wind.
PFX and the Grass shader take their wind strength directly from the wind curves and go through multipliers.
Where the PFX wind result drives an emitter parameter and the foliage wind goes into a material parameter value that drives additional World Position Offsets in the foliage shader.

Explanation videos on how to setup the different object types can be found on the products documentation page, which is linked below.

Technical Details

Documentation:

The features of the wind zone are:

set global wind intensities for physical objects, cloth, PFX and grass/vertex shader
toggle random wind direction changes
modulated wind sound by wind intensity
add user created windcurves that define the wind intensities over a timeline. Those windcurves are randomly played one after another.

Additional features of the windzone:
Randomly spawn wind affected actors inside the windzone. This is useful for ambient actors like the tumbleweeds.
Define the spawned actor amount and apply random scalings.
Spawn from an array of selected actor classes
Mask out spawning areas by defining classes where actors are allowed to spawn on. Default is "landscape".

The windactor base class has a smaller feature set:
The mesh can be set
Its angular and linear damping are editable
An estimated surface area can be defined. This is used for wind load calculations. A larger value will apply more windforce to the object.
A wind movement sound can be set.
It has a switch "Is using sound loop"
Looped sounds are used for continuous moving objects, like the tumbleweeds, swinging signs.
These need to be special sound cues and will be modulated in volume by the objects velocity.
"One shot" sounds will typically be used for objects that only collide on impact and do not roll or sway.
Like lightweight objects that fall over when the wind hits them.
Asset Details:
  • Current Version: 4.13 - 4.27
  • More Info: https://www.unrealengine.com/marketplace/en-US/product/ambient-wind-system

Download links:
Comments
Add comment
Add comment:
Your name:
Your E-Mail:
  • bowtiesmilelaughingblushsmileyrelaxedsmirk
    heart_eyeskissing_heartkissing_closed_eyesflushedrelievedsatisfiedgrin
    winkstuck_out_tongue_winking_eyestuck_out_tongue_closed_eyesgrinningkissingstuck_out_tonguesleeping
    worriedfrowninganguishedopen_mouthgrimacingconfusedhushed
    expressionlessunamusedsweat_smilesweatdisappointed_relievedwearypensive
    disappointedconfoundedfearfulcold_sweatperseverecrysob
    joyastonishedscreamtired_faceangryragetriumph
    sleepyyummasksunglassesdizzy_faceimpsmiling_imp
    neutral_faceno_mouthinnocent
I am not robot: *
Archive
«    April 2024    »
MonTueWedThuFriSatSun
1234567
891011121314
15161718192021
22232425262728
2930 
December 2023 (1)
October 2023 (1)
May 2023 (1)
February 2023 (519)
January 2023 (532)
December 2022 (515)
Vote
Upgrade to Premium