0x00x02E0
Members 46
| Offset | Size | Name | Type | Flags | Default |
|---|
| 0x08 | CollisionMesh | UStaticMesh* | 8 flags | /Engine/EngineMeshes/Cylinder.Cylinder |
| 0x01 | AxleType | EAxleType | 6 flags | Undefined |
| 0x0031 | 0x07 | padding / unreflected |
| 0x18 | Offset | FVector | 6 flags | {X=0, Y=0, Z=0} |
| 0x04 | WheelRadius | float | 6 flags | 32 |
| 0x04 | WheelWidth | float | 6 flags | 20 |
| 0x04 | WheelMass | float | 6 flags | 20 |
| 0x04 | CorneringStiffness | float | 6 flags | 1000 |
| 0x04 | FrictionForceMultiplier | float | 6 flags | 2 |
| 0x04 | SideSlipModifier | float | 6 flags | 1 |
| 0x04 | SlipThreshold | float | 6 flags | 20 |
| 0x04 | SkidThreshold | float | 6 flags | 20 |
| 0x04 | MaxSteerAngle | float | 6 flags | 50 |
| 0x01 | bAffectedBySteering | bool | 6 flags | false |
| 0x01 | bAffectedByBrake | bool | 6 flags | true |
| 0x01 | bAffectedByHandbrake | bool | 6 flags | false |
| 0x01 | bAffectedByEngine | bool | 6 flags | false |
| 0x01 | bABSEnabled | bool | 6 flags | false |
| 0x01 | bTractionControlEnabled | bool | 6 flags | false |
| 0x007A | 0x02 | padding / unreflected |
| 0x04 | MaxWheelspinRotation | float | 6 flags | 30 |
| 0x01 | ExternalTorqueCombineMethod | ETorqueCombineMethod | 6 flags | None |
| 0x0081 | 0x07 | padding / unreflected |
| 0x88 | LateralSlipGraph | FRuntimeFloatCurve | 2 flags | {EditorCurveData={Keys=[]}, ExternalCurve=nullptr} |
| 0x18 | SuspensionAxis | FVector | 6 flags | {X=0, Y=0, Z=-1} |
| 0x18 | SuspensionForceOffset | FVector | 6 flags | {X=0, Y=0, Z=0} |
| 0x04 | SuspensionMaxRaise | float | 6 flags | 10 |
| 0x04 | SuspensionMaxDrop | float | 6 flags | 10 |
| 0x04 | SuspensionDampingRatio | float | 6 flags | 0.5 |
| 0x04 | WheelLoadRatio | float | 6 flags | 0.5 |
| 0x04 | SpringRate | float | 6 flags | 250 |
| 0x04 | SpringPreload | float | 6 flags | 50 |
| 0x04 | SuspensionSmoothing | int32 | 6 flags | 0 |
| 0x04 | RollbarScaling | float | 6 flags | 0.15 |
| 0x01 | SweepShape | ESweepShape | 6 flags | Raycast |
| 0x01 | SweepType | ESweepType | 6 flags | SimpleSweep |
| 0x0162 | 0x02 | padding / unreflected |
| 0x04 | MaxBrakeTorque | float | 6 flags | 1500 |
| 0x04 | MaxHandBrakeTorque | float | 6 flags | 3000 |
| 0x016C | 0x04 | padding / unreflected |
| 0x08 | VehicleComponent | UChaosWheeledVehicleMovementComponent* | Transient+8 flags | nullptr |
| 0x04 | WheelIndex | int32 | Transient+5 flags | 0 |
| 0x04 | DebugLongSlip | float | Transient+5 flags | 0 |
| 0x04 | DebugLatSlip | float | Transient+5 flags | 0 |
| 0x04 | DebugNormalizedTireLoad | float | Transient+5 flags | 0 |
| 0x0188 | 0x04 | padding / unreflected |
| 0x04 | DebugWheelTorque | float | Transient+5 flags | 0 |
| 0x04 | DebugLongForce | float | Transient+5 flags | 0 |
| 0x04 | DebugLatForce | float | Transient+5 flags | 0 |
| 0x18 | Location | FVector | Transient+5 flags | {X=0, Y=0, Z=0} |
| 0x18 | OldLocation | FVector | Transient+5 flags | {X=0, Y=0, Z=0} |
| 0x18 | Velocity | FVector | Transient+5 flags | {X=0, Y=0, Z=0} |
| 0x01E0 | 0x100 | unreflected bytes to end of UChaosVehicleWheel |
Functions 9
| Signature | Flags | Native | Params |
|---|
| bool IsInAir() | FinalNative+1 flags | | 0x01 |
| float GetWheelRadius() | FinalNative+1 flags | | 0x04 |
| float GetWheelAngularVelocity() | FinalNative+1 flags | | 0x04 |
| float GetSuspensionOffset() | FinalNative+1 flags | | 0x04 |
| FVector GetSuspensionAxis() | FinalNative+1 flags | | 0x18 |
| float GetSteerAngle() | FinalNative+1 flags | | 0x04 |
| float GetRotationAngularVelocity() | FinalNative+1 flags | | 0x04 |
| float GetRotationAngle() | FinalNative+1 flags | | 0x04 |
| EAxleType GetAxleType() | FinalNative+1 flags | | 0x01 |
Used by 2
types with a member, parameter or interface of this type