To get higher quality normal maps with fewer artifacts UE4 compresses Normal maps using the BC5 compression method. Unfortunately, BC5 blows away the Blue and Alpha channels so you can not store anything inside of them. However you can use DXT 1 compression which could have some blockey artifacts but will allow you to store addational info in your Normal maps. To see how to set this up check out the following blog post.