How can I replicate a Projectile Movement Component's Initial Speed before spawning a replicated projectile?

Hi.

Most simple way:

Client → Server → Multicast.

Or create replicated instance editable velocity variable inside projectile, and set Movment velocity in construction using this variable.