Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

UE3:ParticleModuleCollisionBase (UT3)

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

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

Enums[edit]

EParticleCollisionComplete[edit]

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