float DoorCloseDelay = .25f;
CurrentYaw = FMath::Lerp(CurrentYaw, TargetYaw, DeltaTime * .95f); CurrentYaw = FMath::Lerp(CurrentYaw, InitialYaw, DeltaTime * 2.f);
Here are my values. And yes, I was able to get out in .3 seconds.
Privacy & Terms