1.8 - Translucent Particle Shadow Casting

An overview of the Effects Gallery example level.

Choose your operating system:

Windows

macOS

Linux

image038.png

CPU Sprites in UE4 can cast shadows on the environment, which we can see in this example of puffy clouds. However, it should be noted that shadow casting such as this does not work for GPU particles. To set up a Particle System to cast shadows, there are a few things you must do:

First, the Emitter itself must have its Cast Shadow property enabled.

image040.png

Secondly, the lights that are intended to affect the particles must have Cast Translucent Shadows enabled.

image042.png

And finally, the settings for the shadow and self-shadow behavior are located in the Material used in this particle effect, under the two Translucency groups in the material properties. This image shows these properties from the Material Editor .

image044.png

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss