I love the smell of UnrealEd crashing in the morning. – tarquin
UE3:UTClientSideWeaponPawn (UT3)
Object >> Actor >> Pawn >> Vehicle >> SVehicle >> UTVehicleBase >> UTWeaponPawn >> UTClientSideWeaponPawn |
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. |
used on non-owning clients when driving a UTWeaponPawn, as those aren't replicated for performance reasons but lots of code looks for Pawn.DrivenVehicle so we need something there
Default values[edit]
Property | Value |
---|---|
StayUprightConstraintInstance | RB_ConstraintInstance'UTGame.Default__UTClientSideWeaponPawn:MyStayUprightConstraintInstance' |
StayUprightConstraintSetup | RB_StayUprightSetup'UTGame.Default__UTClientSideWeaponPawn:MyStayUprightSetup' |
Subobjects[edit]
CollisionCylinder[edit]
Class: Engine.CylinderComponent
Inherits from: UTWeaponPawn.CollisionCylinder
No new values.
MyStayUprightConstraintInstance[edit]
Class: Engine.RB_ConstraintInstance
Inherits from: UTWeaponPawn.MyStayUprightConstraintInstance
No new values.
MyStayUprightSetup[edit]
Class: Engine.RB_StayUprightSetup
Inherits from: UTWeaponPawn.MyStayUprightSetup
No new values.
SVehicleMesh[edit]
Class: Engine.SkeletalMeshComponent
Inherits from: UTWeaponPawn.SVehicleMesh
No new values.
Functions[edit]
Events[edit]
PreBeginPlay[edit]
Overrides: Pawn.PreBeginPlay
Tick[edit]
Overrides: Actor.Tick
Other instance functions[edit]
AttachDriver[edit]
Overrides: UTWeaponPawn.AttachDriver
(Description copied from UTWeaponPawn.AttachDriver)
Attach the Driver to the vehicle. If he's visible, find him a place, otherwhise hind him
Parameters:
- P - the Pawn the attach
DetachDriver[edit]
Overrides: UTVehicleBase.DetachDriver
Detach Driver from vehicle. Network : ALL