Distance Traveled

That’s actually an idea I haven’t thought off (Poll the Distance once and not per Tick).
Yeah, you should set the StartLoc on BeginPlay (or whenever your Game Starts) and EndLoc on GameEnd (not after the Player is destroyed tho), get the difference from both Location and get The VectorLength. This is the total distance travelled.