I suggest you look at FVector_NetQantize for 500 elements it might not be a crazy amount of data sent, double check using network profiler.
Another way to optimize is to divide the data over multiple RPCs.
I suggest you look at FVector_NetQantize for 500 elements it might not be a crazy amount of data sent, double check using network profiler.
Another way to optimize is to divide the data over multiple RPCs.