Navigation
API > API/Runtime > API/Runtime/ChaosVehiclesCore
| Name | FPerformanceMeasure |
| Type | class |
| Header File | /Engine/Source/Runtime/Experimental/ChaosVehicles/ChaosVehiclesCore/Public/VehicleUtility.h |
| Include Path | #include "VehicleUtility.h" |
Syntax
class FPerformanceMeasure
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FPerformanceMeasure() |
VehicleUtility.h |
Enums
Public
| Name | Remarks |
|---|---|
| EMeasure |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| IsEnabledThisFrame | bool | VehicleUtility.h | ||
| PerformanceMeasure | TArray< FTimeAndDistanceMeasure > | VehicleUtility.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void AddMeasure
(
FTimeAndDistanceMeasure& MeasureIn |
VehicleUtility.h | ||
void Enable() |
VehicleUtility.h | ||
const FTimeAndDistanceMeasure & GetMeasure
(
int MeasurementIdx |
VehicleUtility.h | ||
int GetNumMeasures() |
VehicleUtility.h | ||
bool IsEnabled() |
VehicleUtility.h | ||
void ResetAll() |
VehicleUtility.h | ||
void Update
(
float DeltaTime, |
VehicleUtility.h |