In this unreal engine 5 tutorial, I am going to implement an object outline effect for characters and other objects in the game. Here, we will be using a post process material effect to create the object outlines for the marked objects. We can mark the objects that needs to have outlines using “Render custom depth pass” flag in object rendering settings. I will add parameters to customize the outline color and the thickness.
https://dev.epicgames.com/community/learning/tutorials/qyWK/unreal-engine-5-outline-effect
1 Like