I don't need to test my programs. I have an error-correcting modem.

UE2:ParticleColliderSphere (U2)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
U2 Object >> Actor >> ParticleColliderSphere
Package: 
ParticleSystems
This class in other games:
U2XMP

$Author: Aleiby $ $Date: 12/19/01 9:15p $ $Revision: 1 $ Name: ParticleColliderSphere.uc Author: Aaron R Leiby Date: 3 April 2000 Description: Simple collider using spherical geometry. How to use this class:

Set CollisionRadius.
Toggle bCollectParticleGenerators to attach to nearby generators.
Set CullDistance to determine ParticleGenerators affected.

Properties[edit]

Property group 'ParticleColliderSphere'[edit]

AffectedSystems[edit]

Type: array<ParticleGenerator>


bCollectParticleGenerators[edit]

Type: bool


Elasticity[edit]

Type: float

How well things bounce off of us. (0.0..1.0)

Default value: 0.75

Default values[edit]

Property Value
bHidden True
CollisionRadius 50.0
CullDistance 300.0

Instance functions[edit]

DefineDependants[edit]

function DefineDependants ()