FTireShaderOutput

Generated tire forces to pass back to PhysX

Windows
MacOS
Linux

References

Module

PhysXVehicles

Header

/Engine/Plugins/Runtime/PhysXVehicles/Source/PhysXVehicles/Public/WheeledVehicleMovementComponent.h

Include

#include "WheeledVehicleMovementComponent.h"

Syntax

struct FTireShaderOutput

Remarks

Generated tire forces to pass back to PhysX

Variables

Name Description

Public variable

float

 

LatForce

The magnitude of the lateral tire force to be applied to the vehicle's rigid body.

Public variable

float

 

LongForce

The magnitude of the longitudinal tire force to be applied to the vehicle's rigid body.

Public variable

float

 

WheelTorque

The torque to be applied to the wheel around the wheel axle. Opposes the engine torque on the wheel.

Constructors

Name Description

Public function

FTireShaderOutput()

Public function

FTireShaderOutput

(
    float f
)

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss