How to slow velocity of a falling actor based on distance from the ground

I have a BP actor that spawns high in the sky and is supposed to fall down to the ground (I’ve enabled physics and gravity). At a certain distance from the ground, I’d like this actor to slow down as it gets closer to the ground and effectively “land”. Think like maybe a space x rocket or something.

Any idea how I can do this?