Flying Car NPC Without NavMesh

Hi everyone,

I have a flying NPC in my scene following a spline to navigate around a road. The NavMesh won’t detect the road as navigable surface (Green wont show up on ‘P’ press) I think because it is not collidable - the road is meant to be hollow-graphic meaning the player character can phase through it, so set to block all

If I can set the road to allow the player to pass through, but not the NPCs, so that the navmesh works I’d be happy with that too.

Otherwise, is there some way to make the NPCs follow a spline in 3D space, without a navmesh?

Thanks, hope you’re having a great week!

Absolutely!

You can check out this post of mine.

Hope this helps :blush:

2 Likes

Hi, I’m really sorry, this is only my second week in UE5.

How do I create a reference to my spline in my character event graph?

You can drag it from the Components window into the Event Graph. Or if it’s in a separate blueprint, you can first cast to that blueprint and then drag it out of the Cast To node (or out of a reference of the blueprint)

1 Like