Hi, I am using motion warping. I have my actor with his skeletal mesh and I added the motion warp component. By doing this everything work well, the motion warp is working perfectly when I call the montage.
My problem is that now I added a new skeletal mesh (at runtime in the begin play) and I want the motion wrap to link to this mesh. Because now when I call a montage from the new skeletal mesh with motion warp enable inside, nothing happend. It only work when I call montage from the first skeletal mesh.
I want to find a way to link my motion warp component to the second skeletal mesh so I can play montage from this one and have motion warp working.