How do I find the height of the level floor?

I’m trying to make a mechanic where the player can pick up a box and then put it down again. However, when the player puts down the object, then the box becomes halfway submerged into the floor. I’m guessing this is because the height of the level floor is set at a height lower than the floor, but I’m not sure.

I saw a question similar to this from 2014 but I don’t know if it is relevant anymore as I am using Unreal Engine 5 and not 4(?). I’m also very much a beginner in programming and Unreal Engine, and I don’t even know if finding the height of the level floor is relevant to my issue! So, any help would be greatly appreciated, thanks!

Screenshot 2023-08-31 153126

1 Like

I think you have measured it correctly. The problem is the pivot point of a cube is at its center, so what you have here is correct actually. :slight_smile:

1 Like

Thank you so much, that’s really helpful! :smile:

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.