I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE2:CollisionGlider (U2XMP)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
U2XMP Object >> Force >> GeometryCollider >> CollisionGlider
Package: 
ParticleSystems
Within class: 
ParticleGenerator
This class in other games:
U2

$Author: Mfox $ $Date: 4/30/02 12:27p $ $Revision: 3 $ Name: CollisionGlider.uc Author: Aaron R Leiby Date: 23 July 2000 Description: How to use this class:

Properties[edit]

Property group 'CollisionGlider'[edit]

GlideFactor[edit]

Type: Object.Range

Modifiers: public


Default value:

Member Value
A 1.5
B 1.5

Default values[edit]

Property Value
bCollisionNotify True
Elasticity
Member Value
A 0.5
B 0.5

Events[edit]

CollisionNotification[edit]

simulated event CollisionNotification (Object.ParticleHandle P, Actor.CheckResult Hit)

Overrides: GeometryCollider.CollisionNotification