Hi! I wan to ask how Event hit work? I tried to use Event hit on an object so when it hits the wall, something will happen. But when playing, when object hits the wall it just bounce.
Try this again, but with a print string coming off of the cast failed execution, this way you can see if it is failing to cast the object to “Test_Wall”. Also, try putting another print string before the cast to see if it is even generating a hit event. If it is not generating this event, you may need to check your collision settings and make sure it can generate them.