Get all points/paths in range?

So, I am playing around with a turn based game, and would like to have a way to display all possible positions a character can reach in one turn, but there doesn’t seem to be any way to get “all paths with range less than x” or something like that.
Is there anything in the Navigation framework that lets me do that?