Change Near Clip Plane In Game

Thank you PhilipRamirez!

I searched the source for the consolde comand in the source code and found out that it changes the global “GNearClippingPlane” float value. I don’t think you can modify this value in Blueprints, but in C++ you can simply change it to whatever you want in runtime and it will work.