UChaosVehicleSimulation::TickVehicle

[UChaosVehicleSimulation](API\Plugins\ChaosVehicles\UChaosVehicleSimulation)

Choose your operating system:

Windows

macOS

Linux

Override Hierarchy

UChaosVehicleSimulation::TickVehicle()

UChaosWheeledVehicleSimulation::TickVehicle()

References

Module

ChaosVehicles

Header

/Engine/Plugins/Experimental/ChaosVehiclesPlugin/Source/ChaosVehicles/Public/ChaosVehicleMovementComponent.h

Include

#include "ChaosVehicleMovementComponent.h"

Source

/Engine/Plugins/Experimental/ChaosVehiclesPlugin/Source/ChaosVehicles/Private/ChaosVehicleMovementComponent.cpp

Syntax

virtual void TickVehicle
(
    UWorld * WorldIn,
    float DeltaTime,
    const FChaosVehicleDefaultAsyncInput & InputData,
    FChaosVehicleAsyncOutput & OutputData,
    Chaos::FRigidBodyHandle_Internal * Handle
)

Remarks