Where are the NetQuantized FVectors in source code?

Title is self-explanatory. I’ve been hunting for these in source for ages, can’t find them anywhere.

I basically want to make a 2D version of the FVector_NetQuantize, since I’m using it to send an array Longitude/ Latitude values to clients… so FVector2D_NetQuantize.

Runtime\Engine\Classes\Engine\NetSerialization.h around line 900

Excellent, thanks!

Turns out the Serialization only takes in the FVectors, so I’d have to copy all that code too :confused: Wonder if there’s a better way to do this…