UE2:PhysicsVolume (U2)
- Package:
- Engine
- Direct subclasses:
- LadderVolume, DefaultPhysicsVolume, PressureVolume, WaterVolume
- This class in other games:
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.
Properties
Property group 'Karma'
KBuoyancy
Type: float
How buoyant Karma things are in this volume (if bWaterVolume true). Multiplied by Actors KarmaParams->KBuoyancy.
Default value: 1.0
KExtraAngularDamping
Type: float
KExtraLinearDamping
Type: float
Extra damping applied to Karma actors in this volume.
Property group 'PhysicsVolume'
bBounceVelocity
Type: bool
this velocity zone should bounce actors that land in it
bDestructive
Type: bool
Destroys most actors which enter it.
bMoveProjectiles
Type: bool
this velocity zone should impart velocity to projectiles and effects
bNeutralZone
Type: bool
Players can't take damage in this zone.
bNoInventory
Type: bool
bPainCausing
Type: bool
Zone causes pain.
DamagePerSec
Type: float
DamageType
Type: class<DamageType>
EntryActor
e.g. a splash (only if water zone)
EntrySound
Type: Sound
only if waterzone
ExitActor
e.g. a splash (only if water zone)
ExitSound
Type: Sound
only if waterzone
FluidFriction
Type: float
Default value: 0.3
Gravity
Type: Object.Vector
Default value:
Member | Value |
---|---|
Z | -1500.0 |
GroundFriction
Type: float
Default value: 8.0
Priority
Type: int
determines which PhysicsVolume takes precedence if they overlap
TerminalVelocity
Type: float
Default value: 2500.0
ViewFlash
Type: Object.Vector
ViewFog
Type: Object.Vector
ZoneVelocity
Type: Object.Vector
Property group 'VolumeFog'
bDistanceFog
Type: bool
There is distance fog in this physicsvolume.
DistanceFogColor
Type: Object.Color
DistanceFogEnd
Type: float
DistanceFogStart
Type: float
Internal variables
bWaterVolume
Type: bool
NextPhysicsVolume
Type: PhysicsVolume
PainTimer
Type: Info
Default values
Property | Value |
---|---|
bAlwaysRelevant | True |
bOnlyDirtyReplication | True |
NetUpdateFrequency | 5.0 |
RemoteRole | ROLE_None |
Functions
Events
ActorEnteredVolume
ActorLeavingVolume
PawnEnteredVolume
PawnLeavingVolume
PhysicsChangedFor
touch
Overrides: Actor.Touch
Trigger
Overrides: Actor.Trigger
untouch
Overrides: Actor.UnTouch
Other instance functions
CausePainTo
PlayEntrySplash
PlayExitSplash
TimerPop