Hello, I’m trying to attach my player character (motion controller pawn) to a animated moving plane imported from maya.
I’ve tried using the following setup with no luck:
Here I am trying to attach the root component of my VR Character to the BP_CharacterPlane(My animated plane), however it won’t move with it.
One interesting thing I noticed. When printing the world location of the BP_CharacterPlane it returns a static number, even though the plane is moving location (pictured below). Maybe this is because the animation is imported from maya? How come it doesn’t recognize the plane is actually moving?
Thanks.