Always snap to grid

UE2:ParticleAffector (U2)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
U2 Object >> Actor >> ParticleGenerator >> ParticleAffector
Package: 
ParticleSystems
This class in other games:
U2XMP

$Author: Aleiby $ $Date: 9/27/02 2:24p $ $Revision: 1 $ Name: ParticleAffector.uc Author: Aaron R Leiby Date: 27 September 2002 Description: How to use this class: Note[aleiby]: Only subclassing ParticleGenerator because we need an outer for the Force. (This is maybe bad.)

Default values[edit]

Property Value
bDirectional True
bHidden True

Events[edit]

Destroyed[edit]

simulated event Destroyed ()

Overrides: ParticleGenerator.Destroyed


PreBeginPlay[edit]

simulated event PreBeginPlay ()

Overrides: ParticleGenerator.PreBeginPlay