I'm a doctor, not a mechanic

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

Property Value
bDirectional True
bHidden True
bMustFace False

Events

Destroyed

simulated event Destroyed ()

Overrides: ParticleGenerator.Destroyed


PreBeginPlay

simulated event PreBeginPlay ()

Overrides: ParticleGenerator.PreBeginPlay