Hello all,
I am relatively new to UE5. Though I have programming experience, this is the first time wanting to make a game. But I am stuck even on the beginnings.
The issue I am running into, is that I am missing “basic” functions. What I mean by that is that while following tutorials, or even just looking stuff up online, I am coming across functions that should be built into UE5, but are not availiable in my editor. Thus I am unable to complete tutorials.
For example I just started the Top Down Game example. I wanted to change the way the player is moving to a location. For this I wanted to change out the function “Simple Move to Location” (under “Move to Hit Location”) to the function “Move to Location”. It should be availiable, since it’s listed in the documentation:
However, I am unable to find it in the editor:
It is not listed when I search manually under AI → Navigation as well.
And this is not the only time I encoutered this problem. I tried two tutorials beforehand, where I ran into a similar issue. Am I just missing some download or some library? I simply installed the UE5 editor through the Epic launcher, and kept it up to date (5.2.1).
Thank you.