Always snap to grid

UE3:UTDmgType_SpiderMineDirectHit (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UT3 Object >> DamageType >> UTDamageType >> UTDmgType_SpiderMine >> UTDmgType_SpiderMineDirectHit
Package: 
UTGameContent

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

Properties

Property group 'UTDmgType_SpiderMineDirectHit'

MeshOffset

Type: Object.Vector


Default value:

Member Value
X -0.1
Y 0.25
Z 0.9

Internal variables

DeathCameraAnim

Type: CameraAnim


Default value: CameraAnim'Camera_FX.Gameplay.C_SpiderMine_FaceDrill_Shake_Constant'

DeathCameraMesh

Type: SkeletalMeshComponent


Default value: UTSkeletalMeshComponent'DeathVisionMesh'

ExplosionSound

Type: SoundCue


Default value: SoundCue'A_Pickups_Deployables.SpiderMine.SpiderMines_ExplodesCue'

ExplosionTemplate

Type: ParticleSystem


Default value: ParticleSystem'PICKUPS.Deployables.Effects.P_Deployables_SpiderMine_FaceDrill_Explo'

HumanDrillingCue

Type: SoundCue


Default value: SoundCue'A_Pickups_Deployables.SpiderMine.SpiderMine_DrillDeath_HumanCue'

RobotDrillingCue

Type: SoundCue


Default value: SoundCue'A_Pickups_Deployables.SpiderMine.SpiderMine_DrillDeath_RobotCue'

Default values

Property Value
bLocationalHit False
bNeverGibs True
bSpecialDeathCamera True
DeathCameraEffectInstigator Class'UTGame.UTEmitCameraEffect_BloodDrilling'

Subobjects

DeathVisionMesh

Class: UTGame.UTSkeletalMeshComponent

Property Value
AbsoluteRotation True
AbsoluteScale True
Animations AnimNodeSequence'UTGameContent.Default__UTDmgType_SpiderMineDirectHit:MeshSequenceC'
AnimSets[0] AnimSet'PICKUPS.Deployables.Anims.K_Deployables_Spider_1P'
bOnlyOwnerSee True
bSyncActorLocationToRootRigidBody False
CastShadow False
FOV 55.0
Scale 3.0
SkeletalMesh SkeletalMesh'PICKUPS.Deployables.Mesh.SK_Deployables_Spider_1P'

Static functions

CalcDeathCamera

simulated static function CalcDeathCamera (UTPawn P, float DeltaTime, out Object.Vector CameraLocation, out Object.Rotator CameraRotation, out float CameraFOV)

Overrides: UTDamageType.CalcDeathCamera

called when a dead pawn viewed by a player was killed by a DamageType with bSpecialDeathCamera set to true

GetDeathCameraEffectInstigator

simulated static function class<UTEmitCameraEffectGetDeathCameraEffectInstigator (UTPawn UTP)

Overrides: UTDamageType.GetDeathCameraEffectInstigator

Return the DeathCameraEffect that will be played on the instigator that was caused by this damagetype and the Pawn type (e.g. robot)

GetDrillingSoundCue

simulated static function SoundCue GetDrillingSoundCue (UTPawn UTP)