Near Clipping Plane

How do I turn off the near clipping plane on a camera and in the viewport?

I dont know about camera or viewport,

but in your Config/DefaultEngine.ini

you can effect near clip for your entire game using

[/Script/Engine.Engine]
NearClipPlane=12.0  ;default is 20, shootergame uses 3

:slight_smile:

Rama

Thanks for that Nathan :slight_smile: Just a note, dont try setting it to 0.0 :wink: