Epic Developer Community Forums
How convert image to base64 or ByteArray
Development
Programming & Scripting
unreal-engine
Ali_Akbar
(Ali_Akbar)
October 25, 2018, 11:25am
4
Use
FBase64::Encode
and
FBase64::Decode
to convert to/from binary <=> base64 text representation.
show post in topic