How can I throw and control a knife for a duration of time and then bring it back to me?

Sorry I’m a complete noob. I’ve been looking at a bunch of videos but can’t really find what I’m looking for. Allow me to explain: Imagine Smoke from MK1 and how he can control his knife. I’d like to use this in my game to throw a knife at an/through an enemy into another enemy for maybe 3 seconds and then recall the knife back to my hand. Can anyone point me in the right direction? I appreciate it.

Think you could approach it using a timeline to add relative location to the knife’s mesh over a certain amount of time, before it returns to 0.

Look into Epic’s documentation on timelines:

Okay thanks, I will look into this.