UE2:KVehicle (U2)

From Unreal Wiki, The Unreal Engine Documentation Site
U2 Object >> Actor >> Pawn >> Vehicle >> KVehicle
Package:
Engine
Direct subclass:
KCar
This class in other games:

Generic 'Karma Vehicle' base class that can be controlled by a Pawn.

Properties

BaseMesh

Type: StaticMesh


DriverViewMesh

Type: StaticMesh


frontLeft

Type: KTire


frontRight

Type: KTire


rearLeft

Type: KTire


rearRight

Type: KTire


Functions

Native functions

GraphData

native final function GraphData (string DataName, float DataValue)


Events

KVehicleUpdateParams

simulated event KVehicleUpdateParams ()


VehicleStateReceived

event VehicleStateReceived ()

Overrides: Vehicle.VehicleStateReceived