My program doesn't have bugs. It just develops random features.

UE2:ParticleAffector (U2XMP)

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

$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
bMustFace False

Events[edit]

Destroyed[edit]

simulated event Destroyed ()

Overrides: ParticleGenerator.Destroyed


PreBeginPlay[edit]

simulated event PreBeginPlay ()

Overrides: ParticleGenerator.PreBeginPlay