1.5 - GPU Particles with Scene Depth Collision

An overview of the Effects Gallery example level.

Choose your operating system:

Windows

macOS

Linux

image022.png

Another advantage of the GPU sprites, besides being able to spawn large numbers of particles, is that it is possible for them to cheaply collide with the environment. This is handled by way of a Collision (Scene Depth) module, which allows a GPU particle system to collide with geometry based on Z-Depth.

The nice thing about the module is that you do not have to worry about any collision surfaces for meshes in the scene. Since the module uses the Z-Depth buffer from the GPU, you automatically collide with any visible geometry. The Collision (Scene Depth) module provides you control over resilience (bounciness) and friction.

image024.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