Hi Hmb3141, Unreal Engine wraps the hardware differences under the RHI; if you provide some info on what you want to accomplish, it’d be easier to give you a workaround.
Roughly, UTexture holds an FRHITexture, which can be cast to an FD3D11Texture2D for example, which holds the D3D handle.