Hi,
I am new to game development and Unreal Engine 4.
I am trying to drag and place the object from one location to another using touch for mobile game.
I have tried this blueprint but the problem is that its always setting object to location (0, 0, 0). Can you please help me how to set it to new location where I drag and release the object?
I know I should change break vector and make vector for setting it but I dont know how to do it.
Can somebody please help me to find the solution for this issue.
Thanks in advance!!!