Hi Boon,
If you can export your bitmap font as a .ttf, you can import it into the engine directly as a UFont. Otherwise, you can import an arbitrary font with the character ranges your font contains, then reimport the baked texture page(s) for the font and replace them with your font pages, and adjust the glyph coordinates (not a great workflow, but it’s possible).
Cheers,