Mesh Emitter (Tutorial) - Epic Wiki

# Mesh Emitter (Tutorial)

# Overview

Mesh emitters are perfect when you want to use meshes instead of sprite particles for your effect. They are ideal for debris, shrapnel, and similar effects where you need lots of pieces of moving objects.

# Setup

Mesh emitter example

The modules used in the example emitter image

In general, the setup of a mesh emitter simply requires that you add a Mesh TypeData module from the right-click contextual menu, and then add whatever mesh you want to use into that module.

In this example, we actually have 3 separate emitters: two emitting swords and one emitting axes. Each emitter simply uses some random initial velocity, random rotation rate, and a shared Constant Acceleration to apply some gravity.

Retrieved from "https://wiki.unrealengine.com/index.php?title=Mesh_Emitter_(Tutorial)&oldid=6438"

Categories: