Unreal Engine 4 and 5 - FPS Weapon Render Fix - Stop Your Weapons From Clipping Through Walls!

Опубликовано: 05 Март 2025
на канале: TorQueMoD
8,287
189

This tutorial is showing how to create a material function with a rendering trick first shown to me by Jack French (   • Unreal Engine Tutorial - Fix Weapon C...  ) to stop your weapons from clipping through walls and other geometry!

Code for the Custom nodes:
Near Clip Plane:
View.NearPlane
Plus:
return step(X, 0.0);