Creating a simple particle system

To create a particle system:

  1. Right-click on Content Browser.
  2. Select Particle from the resulting context menu.
  3. A new particle system asset will be created in Content Browser and prompts you to rename it.
  4. For this example, let's call it MyExampleParticleSystem.
  5. Now, double-click on it to open the Particle editor.

By default, Unreal creates a default emitter for you to work with. This emitter contains six modules, and they are:

  • Required: This contains all the properties required by the emitter, such as the material used to render, how long the emitter should run before looping, can this emitter loop, and so on. You cannot delete this module.
  • Spawn: This module contains the properties that determine how the particles are ...

Get Unreal Engine 4 Game Development Essentials now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.