Gah - a solution with more questions. – EntropicLqd

UE2:ParticleAffector (U2)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 10:11, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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