Gah - a solution with more questions. – EntropicLqd

UE2:ActorCollisionNotifier (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 >> Force >> ActorCollisionNotifier
Package: 
ParticleSystems
Within class: 
ParticleGenerator
Direct subclass:
ParticleDamage
This class in other games:
U2XMP

$Author: Aleiby $ $Date: 7/16/02 3:27p $ $Revision: 2 $ Name: ActorCollisionNotifier.uc Author: Aaron R Leiby Date: 11 April 2000 Description: How to use this class:

Properties[edit]

Property group 'ActorCollisionNotifier'[edit]

bDeleteOnContact[edit]

Type: bool

Destroys the particle when it collides with something.

bIgnoreInstigator[edit]

Type: bool


Default value: True

bUseTrace[edit]

Type: bool

More accurate, but slower. Good for trying to hit small collision cylinders.

Radius[edit]

Type: float


Default value: 20.0

TraceTime[edit]

Type: float

particles only trace over the last TraceTime seconds of their Lifespan (if set).

Default values[edit]

Property Value
Priority 7.0

Events[edit]

NotifyPenetratingActor[edit]

event NotifyPenetratingActor (Actor Other, int NumParticles, Object.Vector Origin)