
RivalsGameplayEntity shows two copies of virtual void MoveToLocation (const Vector2D &NewLocation) with the exact same signature. Trying it myself, a Vector seems to work just as well as a Vector2. I suspect that whatever generated the docs did not account for the possibility of overloaded functions.