UE3:LadderVolume (UDK)
![]() |
Object >> Actor >> Brush >> Volume >> PhysicsVolume >> LadderVolume |
- Package:
- Engine
- 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. |
null
Properties
Property group 'LadderVolume'
bAllowLadderStrafing
Type: bool
if true, players on ladder can strafe sideways
Default value: True
bAutoPath
Type: bool
add top and bottom ladders automatically
Default value: True
bNoPhysicalLadder
Type: bool
if true, won't push into/keep player against geometry in lookdir
WallDir
Type: Object.Rotator
Internal variables
ClimbDir
Type: Object.Vector
pawn can move in this direction (or reverse)
Default value:
Member | Value |
---|---|
X | 0.0 |
Y | 0.0 |
Z | 1.0 |
LadderList
Type: Ladder
Modifiers: const
list of Ladder actors associated with this LadderVolume
LookDir
Type: Object.Vector
PendingClimber
Type: Pawn
WallDirArrow
Type: ArrowComponent
Editor visual cue for the direction of the wall
Default value: ArrowComponent'Arrow'
Default values
Property | Value |
---|---|
CollisionType | COLLIDE_CustomDefault |
Components[1] | ArrowComponent'Arrow' |
RemoteRole | ROLE_SimulatedProxy |
Subobjects
Arrow
Class: Engine.ArrowComponent
Property | Value | ||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ArrowColor |
| ||||||||||
ArrowSize | 5.0 | ||||||||||
ReplacementPrimitive | None |
BrushComponent0
Class: Engine.BrushComponent
Inherits from: PhysicsVolume.BrushComponent0
Property | Value |
---|---|
ReplacementPrimitive | None |
Functions
Events
PawnEnteredVolume
Overrides: PhysicsVolume.PawnEnteredVolume
PawnLeavingVolume
Overrides: PhysicsVolume.PawnLeavingVolume
PhysicsChangedFor
Overrides: PhysicsVolume.PhysicsChangedFor
PostBeginPlay
Overrides: PhysicsVolume.PostBeginPlay
Other instance functions
InUse