Mostly Harmless
UE2:ParticleAffector (U2XMP)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> Actor >> ParticleGenerator >> ParticleAffector |
- Package:
- ParticleSystems
- This class in other games:
- U2
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
$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