How do I display 2d background that will fill the entire display but I can also put players on it?
If I use a widget, I can fill all the 2d space no matter the platform. But the problem is that I need to put two controlled characters that can only move around on specific positions relative to the background. And zero to 3 non player controlled characters could be at other positions at any time.
I don’t want to use tile map, because I fear I cannot make tile map fill the screen on any display. Also, this background will not move, and the entire background will only take up the one full screen that does not move.
I fear if I use widget, that I will not be able to put Player characters and NPCs in front of the widget background at designated positions with colliders.
Please help, I am new to Unreal Engine. Is there some documentation I could read through that would help me with my solution if the answer is not easy? Thanks!