Get Random Reachable Point in Radius - get forward location only?

I’m using Get Random Reachable Point in Radius as goal for SimpleMoveToLocation to move a character (player controlled) into a random location but I want the character to move to any forward location only. How could I do that?

Have you tried getting a random float, adding it to the characters location, then having the character move to that location?

Like this: