WeaponFOVAndClippingFix
WeaponFOVAndClippingFix copied to clipboard
An Unreal Engine asset to fix the most common FPS problems in an easy way 🔫
I found an issue with certain faces of meshes rendering wrong or not rendering at all. Here, the faces atop of the gun have much stronger perspective than the rest...
Instead of needing to download a PDF the instructions are now neatly in VCS
The PDF(...) docs show this: ``` Open these materials and add the following material function to your material: ``` The named function is wrong (the actual function is `MF_FOV_Clipping_FIX` I...
Hello, The instructions say that "Add the following material function: _MF_NoClippingEffect_". However there is no such file in the package. In your package, I found `Content\WeaponFOVClippingFix\FOVandClippingFIX\MaterialFunctions\Fix` folder to which I...