API Referenceveextensions
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.
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 alongside camera and world state.
Hooks
| Hook | Description |
|---|---|
updateGFX | Sends the current vehicle state (position, velocity, inputs) to GE for recording. |
Usage Example
-- Loaded by the GE recording system
extensions.load("utRecorder")See Also
- Telemetry Logger — File-based telemetry logging
Telemetry Logger
Comprehensive logging of vehicle state data to JSON or CSV files. Records powertrain, suspension, electrics, and input data at configurable intervals.
Vehicle Performance Data
Real-time capture of power, torque, acceleration, and speed metrics. Supports both continuous recording and static snapshot measurement types.