Change near clip plane at runtime?

I’m fully aware of setting the near clip plane via project settings or an .ini file, however I need to dynamically change the value of the near clip plane at runtime. Is this something that is possible?

Hm I dont think so but why do you need to change that?

I have my reasons. Regardless, I was able to figure it out. You can utilize “execute console command” nodes with r.SetNearClipPlane = x from inside a BP and alter the near clip plain at runtime, in case anyone else is trying to do the same thing.

2 Likes