Hello,
First of all, I just started learning unreal engine. Also, English is not my native language. So I apologize, if I’m asking a meaningless or stupid question.
I’m trying to make a Top-Down test game on Unreal engine 5. (for learning purposes).
I was working on the engine’s own character/player and its own layers. When I left mouse click on StaticMeshActor given by the engine, the character moves and goes to the specified location.
However, when I put Landscape on the screen and try this on it, it gets stuck and the character doesn’t move.
If I left click and hold on Landscape, it moves, but if I click once, it doesn’t go to that location.
How can I fix this?
Thank you for your help.