Vladimir Alyamkin

Results 21 comments of Vladimir Alyamkin

``` void AVehicle::PostNetReceivePhysicState() { // NOTE: we intentionally do not call base implementation here FRigidBodyState NewState; ReplicatedMovement.CopyTo(NewState); FVector DeltaPos(FVector::ZeroVector); GetVehicleMovement()->ConditionalApplyRigidBodyState(NewState, GetVehicleMovement()->PhysicErrorCorrection, DeltaPos); } ```

I'll check what I can do with it. It can be handled even now, but with manual header handling.

``` if (StandInETag.IsSet()) { HttpRequest->SetHeader(TEXT("If-None-Match"), *StandInETag.GetValue()); } ```

https://issues.unrealengine.com/issue/UE-36317

Hi @iyzyken , Currently it is not supported. You can read it with `GetResponseValue()`, but you can't send it.

@Goldenboycoder , please check https://github.com/ufna/VaRest/issues/350#issuecomment-880093436

Do you have latest version of VaRest from 5.0 branch?

Also please try to rebuild your project from IDE.

Not sure it this a bug of the plugin, but I'll check it. Thanks for report! :)

Hi @mazlum1414 , It's certificate related issues: > request failed, libcurl error: 60 (Peer certificate cannot be authenticated with given CA certificates)