Hey material experts, I’m new to materials and post processing and I want to highlight nearby objects like in the example below from Mercenaries made in UEFN. I want to also remove the outline after the player interacts with a button_device.
I’m trying out different materials from UE blueprint, but they all require Post Processing materials and volumes which outlines all objects with “Render CustomDepth Pass” checked on each static mesh. The problem is it also outlines the player and all of these objects through walls.
How do you think this team pulled it off so that each loot prop has its own highlight logic? It seems Overlay Materials are the normal way outside of UEFN but these are missing in our UEFN static meshes. Are the materials supposed to have non-Post Processing settings? Is it as simple as switching materials in a prop? @Wertandrew any tips???