How to edit the player's Near Clipping plane in realtime?

I have looked everywhere for a solution to this and recieve only the worst answers, such as going into Edit < Project Settings < Change near clipping here.

I want to give the player freedom, mid-game, real-time, in a first person game, the ability to change their Near clipping, but so far I can’t find a single node to help with this.

Hi @Minty_the_Pika, you can use console command to set the NearClippingPlane.

I use a slider to change the value, and then give it to Execute Console Command Node.


Here’s the video.

1 Like

Thank you so much!!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.