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

Engine.SVehicleSimBase

Extends
ActorComponent
Modifiers
native ( Physics )

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

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

Direct Known Subclasses:

SVehicleSimCar, UDKVehicleSimChopper, UDKVehicleSimHoverboard

Variables Summary
SVehicleSimBase
floatAutoDriveSteer
boolbAutoDrive
boolbClampedFrictionModel
boolbWheelSpeedOverride
floatWheelInertia
floatWheelLatAsymptoteSlip
floatWheelLatAsymptoteValue
floatWheelLatExtremumSlip
floatWheelLatExtremumValue
floatWheelLongAsymptoteSlip
floatWheelLongAsymptoteValue
floatWheelLongExtremumSlip
floatWheelLongExtremumValue
floatWheelSuspensionBias
floatWheelSuspensionDamping
floatWheelSuspensionStiffness
Inherited Variables from Engine.ActorComponent
bAttached, bNeedsReattach, bNeedsUpdateTransform, bTickInEditor, Owner, Scene, TickGroup
Inherited Variables from Core.Component
TemplateName, TemplateOwnerClass

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


Variables Detail

SVehicleSimBase

AutoDriveSteer Source code

var(SVehicleSimBase) float AutoDriveSteer;

bAutoDrive Source code

var(SVehicleSimBase) bool bAutoDrive;

bClampedFrictionModel Source code

var(SVehicleSimBase) bool bClampedFrictionModel;
Friction model that clamps the frictional force applied by the wheels. Should be more realistic.

bWheelSpeedOverride Source code

var(SVehicleSimBase) bool bWheelSpeedOverride;

WheelInertia Source code

var(SVehicleSimBase) float WheelInertia;

WheelLatAsymptoteSlip Source code

var(SVehicleSimBase) float WheelLatAsymptoteSlip;

WheelLatAsymptoteValue Source code

var(SVehicleSimBase) float WheelLatAsymptoteValue;

WheelLatExtremumSlip Source code

var(SVehicleSimBase) float WheelLatExtremumSlip;

WheelLatExtremumValue Source code

var(SVehicleSimBase) float WheelLatExtremumValue;

WheelLongAsymptoteSlip Source code

var(SVehicleSimBase) float WheelLongAsymptoteSlip;

WheelLongAsymptoteValue Source code

var(SVehicleSimBase) float WheelLongAsymptoteValue;

WheelLongExtremumSlip Source code

var(SVehicleSimBase) float WheelLongExtremumSlip;

WheelLongExtremumValue Source code

var(SVehicleSimBase) float WheelLongExtremumValue;

WheelSuspensionBias Source code

var(SVehicleSimBase) float WheelSuspensionBias;

WheelSuspensionDamping Source code

var(SVehicleSimBase) float WheelSuspensionDamping;

WheelSuspensionStiffness Source code

var(SVehicleSimBase) float WheelSuspensionStiffness;


Defaultproperties

defaultproperties
{
    
    
    
    
    
    
    
    

    
	WheelLongExtremumSlip=0.1
	WheelLongExtremumValue=1.0
	WheelLongAsymptoteSlip=2.0
	WheelLongAsymptoteValue=0.6

    
   	WheelLatExtremumSlip=0.35     
	WheelLatExtremumValue=0.85
	WheelLatAsymptoteSlip=1.4     
	WheelLatAsymptoteValue=0.7

	WheelInertia=1.0
}

Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: ti 22-3-2011 19:56:57.694 - Created with UnCodeX