Particle System Reference

Complete reference for Particle System type data and modules

Choose your operating system:

Windows

macOS

Linux

Base Classes

Reference material of the base classes that make up particle systems is composed of the following reference topics:

  • Particle System Class - A technical reference for the base ParticleSystem class, showing its properties.

  • Particle Emitter Class - A property reference for Particle Emitters, the components that make up Cascade's Emitter List.

  • Particle Module Class - A property reference for the Cascade class, from which all particle modules inherit. All modules will contain the properties within this class.

TypeData Modules

The default type of an emitter when added to a ParticleSystem is a sprite emitter. You can also create other types of emitters through the use of TypeData modules. These modules provide specific functionality for emitting other types of particles, such as beams, meshes, and ribbons.

Modules

Modules are used to control various aspects of the particles that are released by an emitter. They can affect a particle during spawning, updating, or both. Modules interact with each other based on their order within the emitter (their location on the stack of modules in Cascade). For example, applying two velocity modules to an emitter will result in a cumulative effect on the particles.

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