I want to create a Bézier curve in UE4 then the character can walk along the curve.
Is there a way to draw a Bézier curve on the floor?
Advance thank you.
In the content example that comes with the engine there is a demo of using a spline component to control a character pawn. I think its a fish, pretty neat and if you look at how the Blueprint was constructed you could figure out from there how to get your character to walk along a spline component.
Thank you for your answer. It’s helpful.
I have found the content examples about using a spline as a path. And I saw the fish that you said, it’s amazing. I want to use spline like 2.1 simulate. But I don’t have some idea. If you have some suggesition about it , could you tell me? Thank you again.