FTimeAndDistanceMeasure

Windows
MacOS
Linux

References

Module

ChaosVehiclesCore

Header

/Engine/Source/Runtime/Experimental/ChaosVehicles/ChaosVehiclesCore/Public/VehicleUtility.h

Include

#include "VehicleUtility.h"

Syntax

class FTimeAndDistanceMeasure

Constructors

Name Description

Public function

FTimeAndDistanceMeasure

(
    const FString& DescriptionIn,
    float InitialVelocityIn,
    float TargetVelocityIn,
    float TargetDistanceIn
)

Functions

Name Description

Public function Const

bool

 

IsComplete()

Public function

void

 

Reset()

Public function Const

FString

 

ToString()

Public function

void

 

Update

(
    float DeltaTime,
    const FVector& CurrentLocation,
    float CurrentVelocity
)

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