Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

Engine.SVehicleSimCar

Extends
SVehicleSimBase
Modifiers
native ( Physics )

Copyright 1998-2008 Epic Games, Inc. All Rights Reserved.

Core.Object
|   
+-- Core.Component
   |   
   +-- Engine.ActorComponent
      |   
      +-- Engine.SVehicleSimBase
         |   
         +-- Engine.SVehicleSimCar

Direct Known Subclasses:

SVehicleSimTank, UTVehicleSimCar

Variables Summary
floatActualSteering
boolbIsDriving
floatTimeSinceThrottle
SVehicleSimCar
floatChassisTorqueScale
floatEngineBrakeFactor
floatMaxBrakeTorque
InterpCurveFloatMaxSteerAngleCurve
floatReverseThrottle
floatSteerSpeed
floatStopThreshold
Inherited Variables from Engine.SVehicleSimBase
AutoDriveSteer, bAutoDrive, bClampedFrictionModel, bWheelSpeedOverride, WheelInertia, WheelLatAsymptoteSlip, WheelLatAsymptoteValue, WheelLatExtremumSlip, WheelLatExtremumValue, WheelLongAsymptoteSlip, WheelLongAsymptoteValue, WheelLongExtremumSlip, WheelLongExtremumValue, WheelSuspensionBias, WheelSuspensionDamping, WheelSuspensionStiffness
Inherited Variables from Engine.ActorComponent
bAttached, bNeedsReattach, bNeedsUpdateTransform, bTickInEditor, Owner, Scene, TickGroup

Functions Summary
Inherited Functions from Engine.ActorComponent
ForceUpdate, SetComponentRBFixed, SetTickGroup


Variables Detail

ActualSteering Source code

var float ActualSteering;

bIsDriving Source code

var bool bIsDriving;

TimeSinceThrottle Source code

var float TimeSinceThrottle;

SVehicleSimCar

ChassisTorqueScale Source code

var(SVehicleSimCar) float ChassisTorqueScale;

EngineBrakeFactor Source code

var(SVehicleSimCar) float EngineBrakeFactor;

MaxBrakeTorque Source code

var(SVehicleSimCar) float MaxBrakeTorque;

MaxSteerAngleCurve Source code

var(SVehicleSimCar) InterpCurveFloat MaxSteerAngleCurve;

ReverseThrottle Source code

var(SVehicleSimCar) float ReverseThrottle;

SteerSpeed Source code

var(SVehicleSimCar) float SteerSpeed;

StopThreshold Source code

var(SVehicleSimCar) float StopThreshold;


Defaultproperties

defaultproperties
{
   ReverseThrottle=-1.000000
   Name="Default__SVehicleSimCar"
   ObjectArchetype=SVehicleSimBase'Engine.Default__SVehicleSimBase'
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: sk 18-3-2018 10:00:44.854 - Created with UnCodeX