What I did was use a trigger volume. When an object first overlapped with the volume (using the on overlap event), the volume would disable gravity on the object. When overlap ended (using the on overlap end event), the volume would re-enable gravity on the object.

