Convert a float to 4 uint8_t

I have got a float variable that I need to send through a CAN protocol. To do so, this float of 32 bits must be cut in 4 uint8_t variables. I have absolutely no idea of how to do. I was first thin...