GPU Particle - Epic Wiki

# GPU Particle

# Overview

Example GPU sprite with Vector Field

GPU Sprites are particles that have most of their calculations throughout their lifespan passed on to the GPU rather than the CPU. They provide the benefit of supporting significantly more particles per system than traditional CPU particles. Functionally, however, they are not significantly different than default CPU sprite particles.

For more information about GPU Sprites in general please see the GPU Sprite reference page.

# Setup

Creating a new GPU Sprite

Not every module is compatible with GPU Sprites at this time. Only those modules available in the context menu after the GPU Sprites TypeData module is in place are valid.

Setting up a GPU emitter is as easy as adding a GPU Sprites TypeData module to your particle system via the right-click contextual menu.

For examples of adding Vector Fields to GPU Sprite particle systems to give motion similar to a fluidic simulation, see the Global Vector Fields (Tutorial) page and the Local Vector Fields (Tutorial) page.

Retrieved from "https://wiki.unrealengine.com/index.php?title=GPU_Particle&oldid=8783"

Categories: