Importing .uasset files via c++

Hello, I developed a plugin that can import fbx, obj, gltf or any other 3d types which Unreal accepts. As you can see in the video I can succesfully import .obj file via c++. But I want to import all kind of .uasset files with their dependencies. Is there any library for this? I am open to all kind of informations.
I looked up to Bridge source codes and find it is copying .uasset files. Is there any other solutions?