Is there a way to Convert from FVector to FVector2D?

if you read FVector documentation, you will find that there is no default convertion to FVector2D.
I think you can simply add desired convertion function as some static function to your code.