2D Texture Import Problems

Sorry if the question was already posted but my googling skills are not good enough. How would I properly convert vector based textures into pixelated ones for best import value into unreal engine. Thank you in advance.

These are the texture formats allowed:
.bmp .float .pcx .png .psd .tga .jpg .exr
.dds - Cubemap Texture (32bits/Channel, 8.8.8.8 ARGB 32 bpp, unsigned) See Cubemap Tools for more information.
.hdr - Cubemap Texture (LongLat unwrap)

16 bit is in most cases not supported.
So, convert it to that.

The best would be (imho) .png or .psd

Use Inkscape(it’s free) and export your EPS or other vector format files to PNG, TGA or any of the bitmap image formats that Unreal Engine accepts.