
- Версия Unreal Engine
- 5.6
- Support for creating new windows.
- Support title modification, name, whether to display.
- Support window border settings, with title hiding, it is very easy to realize borderless windows.
- Support window close event.
Code Modules:
- MultiWindow [Runtime]
Number of C++ Classes:2
Network Replicated: (No)
Supported Development Platforms: (“Windows”)
Supported Target Build Platforms
Documentation: Link
Example Project:Link Show first-person footage in another window
Additional Notes:Try to avoid creating a new window when the window is closed. Because of this problem, I occasionally encounter a BUG when I close the program during testing.