Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

Legacy:PressureVolume

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search

This page is temporarily locked for editing because it has recently been targeted by a particularly persistent spammer with a particularly large herd of zombie computers. If you'd like to change anything, please leave a note on the discussion page.

UT2004 :: Actor >> Brush >> Volume >> PhysicsVolume >> PressureVolume (Package: Gameplay)

A Volume that can be triggered to slowly kill all players inside it.

Properties[edit]

bool bScreamed 
bool bTriggered 
Ensure that it doesn't update until it should
float DieDrawScale 
Drawscale when dead
float DieFOV 
Field of view when dead (interpolates)
float TimePassed 

PressureVolume group[edit]

float KillTime 
How long to kill the player?
vector EndFlashFog
float EndFlashScale
vector StartFlashFog
float StartFlashScale 
Fog values for client death sequence

Methods[edit]

MakeNormal(Pawn P) 
Reverts all effects of the activated volume on any Pawn that escaped during depressurization.
Tick(float DeltaTime) 
While enabled, this updates the depressurization effect and eventually kills the players inside the volume.
Trigger(Actor Other, Pawn EventInstigator) 
Enables the PressureVolume. If the player is a Bot, it does a taunt animation.
PawnLeavingVolume(Pawn Other) 
Called for Pawns that leave the volume. Makes sure those Pawns are restored to to their normal state.