Edge Detection?

Hey guys!

I was previously working on my game using UDK, but I’ve since switched to Unreal Engine 4. Are there any Edge Detection files out there compatible with UE4 that I can use?

Thanks!

https://forums.unrealengine.com/showthread.php?646-Looking-for-a-basic-Sobel-Edge-Post-Process-Material&highlight=sobel

The only one I know about, haven’t tested it yet. But you should be able to transfer your old one to UE4 just fine. Postprocess materials still work the same way.

Edit: https://docs.unrealengine.com/latest/INT/Engine/Rendering/PostProcessEffects/PostProcessMaterials/index.html

should be easy now :stuck_out_tongue:

Thank you, exactly what I was looking for. :slight_smile: