Dividng Int Point/Vector2D by float

Hi, so I need to divide an int point by a float variable, but it seems like variable specific math functions were removed on UE5 (such as vector / float, intpoint / int, etc.). Is there a way to do this with the new unified math function? Thanks.