I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

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[edit]

Property group 'UTKillZVolume'[edit]

KillZDamageType[edit]

Type: class<DamageType>


Default value: Class'Engine.KillZDamageType'

Default values[edit]

Property Value
CollisionType COLLIDE_CustomDefault

Subobjects[edit]

BrushComponent0[edit]

Class: Engine.BrushComponent

Inherits from: PhysicsVolume.BrushComponent0

Property Value
ReplacementPrimitive None

Events[edit]

ActorEnteredVolume[edit]

event ActorEnteredVolume (Actor Other)

Overrides: PhysicsVolume.ActorEnteredVolume


KillActor[edit]

simulated event KillActor (Actor Other)


PawnEnteredVolume[edit]

event PawnEnteredVolume (Pawn Other)

Overrides: PhysicsVolume.PawnEnteredVolume


Touch[edit]

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

Overrides: PhysicsVolume.Touch