There is no spoon
Difference between revisions of "UE3:UTSlowVolume (UT3)"
(Auto-generated page) |
m (updated defaults) |
||
(One intermediate revision by one other user not shown) | |||
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 125: | Line 131: | ||
| {{tl|LifeSpan||Actor internal variables}} | | {{tl|LifeSpan||Actor internal variables}} | ||
| 180.0 | | 180.0 | ||
+ | |- | ||
+ | | {{tl|NetUpdateFrequency||Actor internal variables}} | ||
+ | | 1.0 | ||
|- | |- | ||
| {{tl|Priority||PhysicsVolume}} | | {{tl|Priority||PhysicsVolume}} | ||
Line 133: | Line 142: | ||
|- | |- | ||
| {{tl|RigidBodyDamping||PhysicsVolume}} | | {{tl|RigidBodyDamping||PhysicsVolume}} | ||
− | | 3. | + | | 3.5 |
|} | |} | ||
Latest revision as of 05:45, 16 August 2009
Object >> Actor >> Brush >> Volume >> PhysicsVolume >> GravityVolume >> UTSlowVolume |
Contents
- 1 Properties
- 1.1 ActivateSound
- 1.2 AmbientSoundComponent
- 1.3 DestroySound
- 1.4 EnterSound
- 1.5 ExitSound
- 1.6 GeneratorEffect
- 1.7 GeneratorMesh
- 1.8 InsideAmbientSound
- 1.9 InsideCameraEffect
- 1.10 ModifiedSpecs
- 1.11 OutsideAmbientSound
- 1.12 PawnLifeDrainPerSec
- 1.13 ProjectileScalingFactor
- 1.14 RBGravityZ
- 1.15 RBScalingFactor
- 1.16 ScalingFactor
- 1.17 SlowEffect
- 1.18 Default values
- 1.19 Subobjects
- 2 Delegates
- 3 Functions
- 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[edit]
ActivateSound[edit]
Type: SoundCue
sounds played for various actions
AmbientSoundComponent[edit]
Type: AudioComponent
DestroySound[edit]
Type: SoundCue
sounds played for various actions
EnterSound[edit]
Type: SoundCue
sounds played for various actions
ExitSound[edit]
Type: SoundCue
sounds played for various actions
GeneratorEffect[edit]
Type: ParticleSystemComponent
GeneratorMesh[edit]
Type: SkeletalMeshComponent
InsideAmbientSound[edit]
Type: SoundCue
ambient sounds
InsideCameraEffect[edit]
Type: class<UTEmitCameraEffect>
camera emitter played on player in volume
ModifiedSpecs[edit]
array of ReachSpecs we modified the distance for, so we reset them when we are destroyed
OutsideAmbientSound[edit]
Type: SoundCue
ambient sounds
PawnLifeDrainPerSec[edit]
Type: float
each second, LifeSpan is decreased by this much extra for each living Pawn in the volume
Default value: 3.0
ProjectileScalingFactor[edit]
Type: float
Default value: 0.125
RBGravityZ[edit]
Type: float
Gravity applied to rigid bodies within this volume.
RBScalingFactor[edit]
Type: float
Default value: 0.4
ScalingFactor[edit]
Type: float
Default value: 0.2
SlowEffect[edit]
Type: ParticleSystemComponent
Default values[edit]
Property | Value |
---|---|
bCollideActors | False |
bHidden | False |
bNetInitialRotation | True |
bNoDelete | False |
bProjTarget | True |
bStatic | False |
LifeSpan | 180.0 |
NetUpdateFrequency | 1.0 |
Priority | 100000 |
RemoteRole | ROLE_SimulatedProxy |
RigidBodyDamping | 3.5 |
Subobjects[edit]
BrushComponent0[edit]
Class: Engine.BrushComponent
Inherits from: GravityVolume.BrushComponent0
No new values.
Delegates[edit]
OnDeployableUsedUp[edit]
We use a delegate so that different types of creators can get the OnDestroyed event
Functions[edit]
Events[edit]
ActorEnteredVolume[edit]
Overrides: PhysicsVolume.ActorEnteredVolume
ActorLeavingVolume[edit]
Overrides: PhysicsVolume.ActorLeavingVolume
CollisionChanged[edit]
Overrides: Volume.CollisionChanged
Called when collision values change for this actor (via SetCollision/SetCollisionSize).
Destroyed[edit]
Overrides: Actor.Destroyed
PawnEnteredVolume[edit]
Overrides: PhysicsVolume.PawnEnteredVolume
PawnLeavingVolume[edit]
Overrides: PhysicsVolume.PawnLeavingVolume
PostBeginPlay[edit]
Overrides: PhysicsVolume.PostBeginPlay
Reset[edit]
Overrides: PhysicsVolume.Reset
Timer[edit]
Overrides: Actor.Timer
Other instance functions[edit]
ActivateSlowEffect[edit]
NotifyPawnBecameViewTarget[edit]
Overrides: PhysicsVolume.NotifyPawnBecameViewTarget
notification when a Pawn inside this volume becomes the ViewTarget for a PlayerController
SlowPawnDown[edit]
StopsProjectile[edit]
Overrides: Actor.StopsProjectile