Plans for Lumen 3/4 Split Screen support

So I just got word from the devs that you could enable multi-view support for Lumen by increasing the LUMEN_MAX_VIEWS value inside LumenDefinitions.h. You should be aware that this could have costly performance implications, as the Render Graph Builder does not parallelize the different views at this point, which would require you to make further changes to the source code. Please let me know if you have any additional questions about this.