Gah - a solution with more questions. – EntropicLqd
UE2:PhysicsVolume (U2XMP)
From Unreal Wiki, The Unreal Engine Documentation Site
- Package:
- Engine
- Direct subclasses:
- DefaultPhysicsVolume, LadderVolume, WaterVolume
- This class in other games:
- U2, UDK, UE2Runtime, UT2003, UT2004, UT3
| 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. |
PhysicsVolume: a bounding volume which affects actor physics Each Actor is affected at any time by one PhysicsVolume This is a built-in Unreal class and it shouldn't be modified.
[edit] Properties
[edit] Property group 'PhysicsVolume'
[edit] bBounceVelocity
Type: bool
this velocity zone should bounce actors that land in it
[edit] bDestructive
Type: bool
Destroys most actors which enter it.
[edit] bMoveProjectiles
Type: bool
this velocity zone should impart velocity to projectiles and effects
[edit] bNeutralZone
Type: bool
Players can't take damage in this zone.
[edit] bNoInventory
Type: bool
[edit] bPainCausing
Type: bool
Zone causes pain.
[edit] bWaterVolume
Type: bool
NEW (mwp) allow bWaterVolume to be edited on the DefaultPhysicsVolume
[edit] DamagePerSec
Type: float
[edit] DamageType
Type: class<DamageType>
[edit] EntryActor
e.g. a splash (only if water zone)
[edit] EntrySound
Type: Sound
only if waterzone
[edit] ExitActor
e.g. a splash (only if water zone)
[edit] ExitSound
Type: Sound
only if waterzone
[edit] FluidFriction
Type: float
Default value: 0.3
[edit] Gravity
Type: Object.Vector
Default value:
| Member | Value |
|---|---|
| Z | -1250.0 |
[edit] GroundFriction
Type: float
Default value: 8.0
[edit] Priority
Type: int
determines which PhysicsVolume takes precedence if they overlap
[edit] TerminalVelocity
Type: float
Default value: 4096.0
[edit] UnderwaterSoundStr
Type: string
ambient sound to play when player is underwater
Default value: "U2AmbientA.Underwater_08"
[edit] ViewFlash
Type: Object.Vector
[edit] ViewFog
Type: Object.Vector
[edit] ZoneVelocity
Type: Object.Vector
[edit] Property group 'VolumeFog'
[edit] bDistanceFog
Type: bool
There is distance fog in this physicsvolume.
[edit] DistanceFogColor
Type: Object.Color
[edit] DistanceFogEnd
Type: float
[edit] DistanceFogStart
Type: float
[edit] Property group 'ZoneLight'
[edit] DetailDistanceFogEnd
Type: float
Array size: 5
[edit] DetailDistanceFogStart
Type: float
Array size: 5
[edit] Internal variables
[edit] NextPhysicsVolume
Type: PhysicsVolume
[edit] PainTimer
Type: Info
[edit] Default values
| Property | Value |
|---|---|
| bAlwaysRelevant | True |
[edit] Functions
[edit] Events
[edit] ActorEnteredVolume
[edit] ActorLeavingVolume
[edit] PawnEnteredVolume
[edit] PawnLeavingVolume
[edit] PhysicsChangedFor
[edit] PostBeginPlay
Overrides: Volume.PostBeginPlay
[edit] Replication
Overrides: Actor.Replication
[edit] touch
Overrides: Actor.Touch
[edit] untouch
Overrides: Actor.UnTouch
[edit] Other instance functions
[edit] CausePainTo
[edit] PlayEntrySplash
[edit] PlayExitSplash
[edit] TimerPop
[edit] Trigger
Overrides: Actor.Trigger
