UE3:UTSlowVolume (UT3): Difference between revisions
Auto-generated page |
No edit summary |
||
Line 79: | Line 79: | ||
<!-- enter variable description --> | <!-- enter variable description --> | ||
'''Default value:''' 0.125 | |||
====RBGravityZ==== | ====RBGravityZ==== | ||
Line 89: | Line 91: | ||
<!-- enter variable description --> | <!-- enter variable description --> | ||
'''Default value:''' 0.4 | |||
====ScalingFactor==== | ====ScalingFactor==== | ||
Line 94: | Line 98: | ||
<!-- enter variable description --> | <!-- enter variable description --> | ||
'''Default value:''' 0.2 | |||
====SlowEffect==== | ====SlowEffect==== | ||
Line 133: | Line 139: | ||
|- | |- | ||
| {{tl|RigidBodyDamping||PhysicsVolume}} | | {{tl|RigidBodyDamping||PhysicsVolume}} | ||
| 3. | | 3.5 | ||
|} | |} | ||
Revision as of 08:40, 23 May 2008
![]() |
Object >> Actor >> Brush >> Volume >> PhysicsVolume >> GravityVolume >> UTSlowVolume |
- Package:
- UTGame
- Direct subclass:
- UTSlowVolume_Content
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
slows down all actors inside the volume
Properties
ActivateSound
Type: SoundCue
sounds played for various actions
AmbientSoundComponent
Type: AudioComponent
DestroySound
Type: SoundCue
sounds played for various actions
EnterSound
Type: SoundCue
sounds played for various actions
ExitSound
Type: SoundCue
sounds played for various actions
GeneratorEffect
Type: ParticleSystemComponent
GeneratorMesh
Type: SkeletalMeshComponent
InsideAmbientSound
Type: SoundCue
ambient sounds
InsideCameraEffect
Type: class<UTEmitCameraEffect>
camera emitter played on player in volume
ModifiedSpecs
array of ReachSpecs we modified the distance for, so we reset them when we are destroyed
OutsideAmbientSound
Type: SoundCue
ambient sounds
PawnLifeDrainPerSec
Type: float
each second, LifeSpan is decreased by this much extra for each living Pawn in the volume
Default value: 3.0
ProjectileScalingFactor
Type: float
Default value: 0.125
RBGravityZ
Type: float
Gravity applied to rigid bodies within this volume.
RBScalingFactor
Type: float
Default value: 0.4
ScalingFactor
Type: float
Default value: 0.2
SlowEffect
Type: ParticleSystemComponent
Default values
Property | Value |
---|---|
bCollideActors | False |
bHidden | False |
bNetInitialRotation | True |
bNoDelete | False |
bProjTarget | True |
bStatic | False |
LifeSpan | 180.0 |
Priority | 100000 |
RemoteRole | ROLE_SimulatedProxy |
RigidBodyDamping | 3.5 |
Subobjects
BrushComponent0
Class: Engine.BrushComponent
Inherits from: GravityVolume.BrushComponent0
No new values.
Delegates
OnDeployableUsedUp
We use a delegate so that different types of creators can get the OnDestroyed event
Functions
Events
ActorEnteredVolume
Overrides: PhysicsVolume.ActorEnteredVolume
ActorLeavingVolume
Overrides: PhysicsVolume.ActorLeavingVolume
CollisionChanged
Overrides: Volume.CollisionChanged
Called when collision values change for this actor (via SetCollision/SetCollisionSize).
Destroyed
Overrides: Actor.Destroyed
PawnEnteredVolume
Overrides: PhysicsVolume.PawnEnteredVolume
PawnLeavingVolume
Overrides: PhysicsVolume.PawnLeavingVolume
PostBeginPlay
Overrides: PhysicsVolume.PostBeginPlay
Reset
Overrides: PhysicsVolume.Reset
Timer
Overrides: Actor.Timer
Other instance functions
ActivateSlowEffect
NotifyPawnBecameViewTarget
Overrides: PhysicsVolume.NotifyPawnBecameViewTarget
notification when a Pawn inside this volume becomes the ViewTarget for a PlayerController
SlowPawnDown
StopsProjectile
Overrides: Actor.StopsProjectile