The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall

UE3:UTKillZVolume (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UDK Object >> Actor >> Brush >> Volume >> PhysicsVolume >> UTKillZVolume
Package: 
UTGame
This class in other games:
UT3

UTKillZVolume Kills pawns using KillZ interface

Properties

Property group 'UTKillZVolume'

KillZDamageType

Type: class<DamageType>


Default value: Class'Engine.KillZDamageType'

Default values

Property Value
CollisionType COLLIDE_CustomDefault

Subobjects

BrushComponent0

Class: Engine.BrushComponent

Inherits from: PhysicsVolume.BrushComponent0

Property Value
ReplacementPrimitive None

Events

ActorEnteredVolume

event ActorEnteredVolume (Actor Other)

Overrides: PhysicsVolume.ActorEnteredVolume


KillActor

simulated event KillActor (Actor Other)


PawnEnteredVolume

event PawnEnteredVolume (Pawn Other)

Overrides: PhysicsVolume.PawnEnteredVolume


Touch

simulated event Touch (Actor Other, PrimitiveComponent OtherComp, Object.Vector HitLocation, Object.Vector HitNormal)

Overrides: PhysicsVolume.Touch