Mostly Harmless

UE3:ParticleModuleCollisionBase (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 11:47, 6 November 2009 by (Talk)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
UDK Object >> ParticleModule >> ParticleModuleCollisionBase
Package: 
Engine
Direct subclass:
ParticleModuleCollision
This class in other games:
UT3

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