Always snap to grid

Legacy:RParticles/WeaponEmitter

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT :: Actor (UT) >> ParticleSystem >> ParticleEmitter >> WeaponEmitter

This class is part of RParticles by Raven

Emitter which can be spawned/destroyed during game (mainly for weapon effects). It should be destroyed either by calling EmitterDestroy() or by GoToState('BeforeDie');. You shouldn't use Destroy() function, because it'll cause accessed none error by spawned particles.