How to access the mesh distance field textures

I’m creating a custom raymarching algorithm for a few parts of my code, and I wanted to use the signed distance fields that Unreal Engine generates. I was wondering it was possible to access this data in C++?