I notice in Unreal there is no native way to get more than 4 split screen viewports without a custom implementation. My work needed something that could provide more than 4 viewports, and be able to display UI properly and the whole 9 yards.
I refined things a bit and threw it on FAB in case others might find it useful. The original idea for it, is to create weapon system overviews. Where you have 1-3 viewports responsible for UI controls, and the main viewport either controlling one or as many models as we want. Curious about what it has to fully offer?
FAB LINK: https://www.fab.com/listings/6bc8b467-2ef5-4848-8c26-170893b0998c
If you find its something cool you like, a star on GitHub is always appreciated!
https://github.com/jackcayc924/ViewportManager
- Jack