Move Component To shaking

Hello all,
I am using a 4.8 version of Unreal and I’m trying to make an elevator with multiple floors. I am using move Component to and basically just moving the platform or elevator up a certain height. I’m getting some violent shaking though every time the elevator moves (both my platform and a panel I have attached with buttons). I have ease in and ease out checked so I’m not sure why? Has any one encountered this or have any ideas?

Thanks!

Not much to go about, I have used move component to before but never encountered such thing. My wild guess would be that the elevator is colliding with other objects in your level while moving. If not try using alternate solutions like vlerp to move the elevator.

Hmm @Shobhitthackar I don’t think it is colliding with anything. Do you think you could take a a look please? You move up with key pad 8.I attached the panel to the elevator and the panel is really what looks shakey and jarring when you move!

thanks!

You uploaded a blank uproject file. You need to package the project.

Also, if you want, download and take a look at the UnrealStickFigure2D project. It is 2D game but it has a moving ledge BP inside the Blueprint->Level folder, which is basically an elevator, maybe you can find it useful.