Website powered by

"Hologram Shader" Animated Material in Unreal Engine 5

I created this Hologram material shader in UE5 for a game project where I needed a cool but simple scifi Hologram. Step 1 was to create the horisontal lines which are animated using the world position node and a UV offset. Step 2 was to create a fresnel effect on the edges of the mesh with a perlin noise. Step 3 was to create the texture which the hologram is displaying. This can be changed using instances later.

I also created a video tutorial on Youtube if you're interested in following along: https://youtu.be/lWV52h-VHi8

✉️ For any business inquiries, email me at michael@tiedtke.se
👋 For any personal questions DM me at www.instagram.com/tiedtke

Lumen render of the material shader in Unreal Engine 5.

Lumen render of the material shader in Unreal Engine 5.

Overview of the node setup.

Overview of the node setup.

I created a video tutorial on Youtube if you're interested in following along!

Step 1 was to create the horisontal lines which are animated using the world position node and a UV offset.

Step 1 was to create the horisontal lines which are animated using the world position node and a UV offset.

Step 2 was to create a fresnel effect on the edges of the mesh.

Step 2 was to create a fresnel effect on the edges of the mesh.

Step 3 was to create the texture which the hologram is displaying. This can be changed using instances later.

Step 3 was to create the texture which the hologram is displaying. This can be changed using instances later.