Hi, I was following a UE5 tutorial “https://www.udemy.com/course/unreal-engine-course/”
to create a blueprint to move a mesh down when character begin overlap with a collision box and when overlap end return the mesh to its original location.
the first part of moving the mesh when begin overlap works perfectly, but when trying to return the mesh to its original location when overlap ends didn’t work !! However, I setup my blue print exactly the same as in the tutorial.
Any idea why it didn’t work ??
Screenshot are below.
Thank you…