Hi I have a small problem, at least i think its small.
I have Setup a ChaosVehicle in UE 4.27. and everything works fine with the physics asset, the mesh and rig.
But the function
> ChaosVehicleMovementComponent::SetThrottleInput(Value)
does not do anything.
This makes no sense, as I can add a normal vector force as velocity manually, which will make the car move and the weels roll.
But the mentioned function has no effect on the car at all.
Does anyone has any idea on how to fix that?