UE4 Materials question. Making an illusion of a closed hole on the cutted in half mesh (with the link on the video with the example in Unity)

Hello! I’m interested in the technique that was used in that video in Unity (the link with a time-code): https://youtu.be/dFv8lM-kS4E?t=98 They masked a cutted part of the mesh by a modifying normals of the inside mesh surface (two sided material), that is a hole in the mesh, to look like a plane, making an illusion of closed hole. I’m trying to replicate this in UE4 but unsuccessfully. Is it possible to assign the different texture on the hole(on the internal part of the mesh, backfaces of the poligons, two-sided), that will look like ordinary closed surface with Base Color, Metallic, Roughness and Normal. Maybe something to do with Camera Vector and some kind of projection?

Сould you please give me some advice on how to do this. Is it even possible?