Worst-case scenario: the UEd Goblin wipes the map and burns down your house.

UE3:UTClientSideWeaponPawn (UDK)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
UDK Object >> Actor >> Pawn >> Vehicle >> SVehicle >> UTVehicleBase >> UTWeaponPawn >> UTClientSideWeaponPawn
Package: 
UTGame
This class in other games:
UT3

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

Property Value
ReplacementPrimitive None

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

Property Value
ReplacementPrimitive None

Functions[edit]

Events[edit]

PreBeginPlay[edit]

simulated event PreBeginPlay ()

Overrides: Pawn.PreBeginPlay


Tick[edit]

simulated event Tick (float DeltaTime)

Overrides: Actor.Tick


Other instance functions[edit]

AttachDriver[edit]

simulated function AttachDriver (Pawn P)

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]

simulated function DetachDriver (Pawn P)

Overrides: UTVehicleBase.DetachDriver

Detach Driver from vehicle. Network : ALL