How to convert float to bytes

How would I go about converting a float into an array of 4 bytes in blueprint?

Can you show us what you’re trying to do? A float can be floored to an int which, if it’s less than 255 and higher than 0, can be converted to a single byte. You generally wouldn’t convert a float to an array of bytes.

Can you show what you want to try. Actually Float is convert into integers not into bytes directly after converting float into integer than you covert into bytes thanks

min max map