How do I fix a pivot point?

I am currently trying to add a top to a chest for my project and I am having issues with the Pivot point. I have placed the Pivot on the location I like to place it on and that seem to work fine. I test the pivot in the editor and things seem to work as like them to. My problem is this. When I enter the game, the chest top seems to open in the middle of the top on the edge of the chest bottom. Here are some screen shots to help.

  1. Placement of the Pivot Point

192753-chest+1.jpg

  1. Tested the Pivot in editor

192754-chest+1a.jpg

  1. Chest while playing in game

192755-chest+2.jpg

Any one have any tips on how to fix this part?

I have finaly fixed the above issue and that was not easy for a rookie like me with Unreal 4. Now I have yet another issue again with the same chest. I can have the chest sitting one direction and the chest works great like it is to do.

1.Chest Working

192766-chest+c.jpg

Now the problem is here. When I rotate the chest to be placed in a different direction, the chest top remains stationary while the base rotates.

2.Full chest rotated

192768-chest+d.jpg

I am hoping that some one may help me solve this part. I have even tried to make sure the rotations on both the chest and the top were set at the same positions and that did not seem to help. Thanks for any tips that be offered.

You didn’t say or show how your chest is set up. I assume you have two seperate objects in your secene, one for the bottom and one for the lid, otherwise I wouldn’t see how you could get the results you are getting.
What you should do is put both static meshes into a new blueprint actor. When you rotate that actor your bottom and top will rotate together.
You can then have a timer or use the Tick function to rotate the lid a few degrees every call to open or close it.
A more advanced solution to you problem might be to make the chest a skeletal mesh, but you would have to skin it in a 3D program to a custom skeleton that operates the lid. Not trivial, and I couldn’t do it myself since I am not an artist and my knowledge of 3DS is limited.

Thanks for the reply. Sorry I failed to mention how it is set up and probably not set correctly. The chest lid is set up in a blueprint and the base is not. I have tried adding the base with the lid in a blueprint, but I always have the issue with the base rotating along with the lid. Sadly enough, I am not that good with blueprints and setting the lid was hard enough to set up but effective. Here are some screenshots of my blueprint to help out.

Thanks again for the help.

I believe I figured how to solve this issue. I simply placed the bottom and top (with blueprint in Top) in a new Blueprint, aligned the pivot position, saved and placed the new blueprint in the project. Seems to work perfectly now.