Gah - a solution with more questions. – EntropicLqd

UE2:SVehicle (U2)

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search
U2 Object >> Actor >> Pawn >> Vehicle >> SVehicle
Package: 
Engine
Direct subclass:
SCar
This class in other games:
UT2004, UE2Runtime, UT3, UDK

null

Properties

Property group 'SVehicle'

VehicleMass

Type: float


Wheels

Type: array<SVehicleWheel>

Modifiers: editinline, export

Wheel data

Internal variables

BaseMesh

Type: StaticMesh


DriverViewMesh

Type: StaticMesh


Functions

Native functions

UpdateVehicle

native event UpdateVehicle (float DeltaTime)


GraphData

native final function GraphData (string DataName, float DataValue)


Events

PostNetBeginPlay

simulated event PostNetBeginPlay ()

Overrides: Vehicle.PostNetBeginPlay


SVehicleUpdateParams

simulated event SVehicleUpdateParams ()


VehicleStateReceived

event VehicleStateReceived ()

Overrides: Vehicle.VehicleStateReceived


Other instance functions

SpecialCalcView

simulated function bool SpecialCalcView (out Actor ViewActor, out Object.Vector CameraLocation, out Object.Rotator CameraRotation)

Overrides: Vehicle.SpecialCalcView