What can I use as a Motion Path in UE4?

Hi guys!
Is there some tool inside unreal engine to draw a curve and use this curve as a motion path like in maya. My thought is to have a bird flying and then suddenly when he arrives to the left change direction ataching my animation loop to the curve. And not only the character follows the curve, the thing is that character could orient. In maya the tool is called (Attach to motion path)
Any ideas?
Thanks a lot !!

Hi Dan,

I would suggest looking into Blueprint Splines. These can be used for many different things, including an animation track for actors and pawns.

I hope that helps.
TJ