hi
is there a max speed at which a pawn can be moved with an ai controller
i am struggling to get a pawn to be moved fast enough even when have set max speed, min analog speed and acceleration values
thanks
hi
is there a max speed at which a pawn can be moved with an ai controller
i am struggling to get a pawn to be moved fast enough even when have set max speed, min analog speed and acceleration values
thanks
It is probably speed of light
And speed of light is not really speed of light its more like speed of causality.
That means it is speed that universe can update its state around anything moving.
You have exactly same problem in unreal, AI and navigation volume cannot update fast enough, its probably because navigation volume is recalculated around all pawns if your pawn moves further away per tick it probably does not update. This or some other calculations do no happen.
Try moving your pawn without using navigation volume, see if it can be faster.
you mean like more of a manual move?
yes basic move for pawn, see if it can be faster that way.
And if it can be faster you will know its whole path finding that slows it down.
i simply used set actor location node now and i am updating the actor location every 0.1 sec
is that the node you were referring to
what is the difference between simple move to actor / location nodes and ai move to node
Get chatGPT caccount, it can explain and (mostly correctly) answer to all your questions.
And it will be much faster than asking here. I am also lazier than you and will not use that search just to make sure you got correct answers.
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.