There is no spoon
UE3:UTXRayVolume (UT3)
Object >> Actor >> Brush >> Volume >> PhysicsVolume >> UTXRayVolume |
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 MinimumDamage
- 1.11 OutsideAmbientSound
- 1.12 PawnLifeDrainPerSec
- 1.13 PawnTimeScalingFactor
- 1.14 SavedDamage
- 1.15 SlowEffect
- 1.16 XRayInvisMaterial
- 1.17 Default values
- 1.18 Subobjects
- 2 Delegates
- 3 Functions
- Package:
- UTGame
- Direct subclass:
- UTXRayVolume_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. |
Applies X-Ray effect to all pawns 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
MinimumDamage
Type: float
minimum SavedDamage before we actually apply it (needs to be large enough to counter any scaling factors that might reduce to below 1)
Default value: 1.0
OutsideAmbientSound
Type: SoundCue
ambient sounds
PawnLifeDrainPerSec
Type: float
each second, LifeSpan is decreased by this much extra for each living Pawn in the volume
PawnTimeScalingFactor
Type: float
Time dilation scaling factor for pawns in this volume
Default value: 0.4
SavedDamage
Type: float
saved partial damage (in case of high frame rate
SlowEffect
Type: ParticleSystemComponent
XRayInvisMaterial
Type: Material
Materials to use for characters when the XRay effect is active
Default values
Property | Value |
---|---|
bCollideActors | False |
bHidden | False |
bNetInitialRotation | True |
bNoDelete | False |
bStatic | False |
CollisionType | COLLIDE_CustomDefault |
DamagePerSec | 2.0 |
LifeSpan | 180.0 |
NetUpdateFrequency | 1.0 |
Priority | 100000 |
RemoteRole | ROLE_SimulatedProxy |
Subobjects
BrushComponent0
Class: Engine.BrushComponent
Inherits from: PhysicsVolume.BrushComponent0
No new values.
Delegates
OnDeployableUsedUp
We use a delegate so that different types of creators can get the OnDestroyed event
Functions
Events
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
Tick
Overrides: Actor.Tick
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
StopsProjectile
Overrides: Actor.StopsProjectile