UE3:ParticleModuleCollisionBase (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
UDK Object >> ParticleModule >> ParticleModuleCollisionBase
Package:
Engine
Direct subclass:
ParticleModuleCollision
This class in other games:

Copyright 1998-2007 Epic Games, Inc. All Rights Reserved.

Enums

EParticleCollisionComplete

Flags indicating what to do with the particle when MaxCollisions is reached

EPCC_Kill
Kill the particle when MaxCollisions is reached
EPCC_Freeze
Freeze the particle in place
EPCC_HaltCollisions
Stop collision checks, but keep updating
EPCC_FreezeTranslation
Stop translations of the particle
EPCC_FreezeRotation
Stop rotations of the particle
EPCC_FreezeMovement
Stop all movement of the particle