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

Описание к видео Unreal Engine 4 and 5 - FPS Weapon Render Fix - Stop Your Weapons From Clipping Through Walls!

This tutorial is showing how to create a material function with a rendering trick first shown to me by Jack French (   • Видео  ) 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);

Комментарии

Информация по комментариям в разработке