API Referenceveextensions
Vehicle Performance Data
Real-time capture of power, torque, acceleration, and speed metrics. Supports both continuous recording and static snapshot measurement types.
Real-time capture of power, torque, acceleration, and speed metrics. Supports both continuous recording (for dyno runs, drag strips) and static snapshot measurement types (peak values, current state).
Public API
| Variable | Type | Description |
|---|---|---|
recordingTypes | table | Registry of available continuous recording measurement types. |
staticTypes | table | Registry of available static/snapshot measurement types. |
Hooks
| Hook | Description |
|---|---|
updateGFX | Runs each graphics frame to sample powertrain data and update recording buffers. |
Usage Example
-- Load the extension
extensions.load("vehiclePerformanceData")
-- Access available recording types
local types = extensions.vehiclePerformanceData.recordingTypesSee Also
- Dynamic Vehicle Data — Automated performance testing suite
- Dyno Client — Dyno roller data streaming
- Combustion Engine — Engine torque data source
UT Recorder
Records vehicle state data for playback within the Game Engine's replay system. Sends position, velocity, and input data to GE each frame for synchronized recording.
Vehicle Stats Logger
Configurable CSV logging system for research and data analysis. Allows custom selection of vehicle data channels to record at specified intervals.