The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

UE2:ParticleBlower (U2XMP)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
U2XMP Object >> Actor >> ParticleGenerator >> ParticleBlower
Package: 
ParticleSystems
Known classes within ParticleBlower:
BlowerForce
Direct subclasses:
GenericExplosionBlowerSmall, GenericExplosionBlower, RL_Blower, RL_Sucker, SC_Sucker
This class in other games:
U2

$Author: Mfox $ $Date: 4/30/02 12:27p $ $Revision: 2 $ Name: ParticleBlower.uc Author: Aaron R Leiby Date: 28 July 2000 Description: How to use this class: Note[aleiby]: Only subclassing ParticleGenerator because we need an outer for the Force. (This is maybe bad.)

Properties[edit]

Property group 'ParticleBlower'[edit]

AccelMax[edit]

Type: float

Modifiers: public

Acceleration at MaxRadius.

AccelMin[edit]

Type: float

Modifiers: public


DestroyRadius[edit]

Type: float

Modifiers: public

Destroy all affected particles that come within this radius.

MaxSpeed[edit]

Type: float

Modifiers: public

Don't adjust the velocity of particles going faster than this.

RadiusMax[edit]

Type: float

Modifiers: public

Effective range. (Max)

RadiusMin[edit]

Type: float

Modifiers: public

Effective range. (Min)

Spread[edit]

Type: float

Modifiers: public

Cone of influence (centered on Rotation).

Internal variables[edit]

Blower[edit]

Type: BlowerForce

Modifiers: protected


Default values[edit]

Property Value
bDirectional True
bHidden True
bMustFace False

Functions[edit]

Events[edit]

Destroyed[edit]

simulated event Destroyed ()

Overrides: ParticleGenerator.Destroyed


PreBeginPlay[edit]

simulated event PreBeginPlay ()

Overrides: ParticleGenerator.PreBeginPlay


Other instance functions[edit]

DefineDependants[edit]

function DefineDependants ()