虚幻引擎中如何让UI(UMG)在窗口实时显示
How to make the UI(UMG) display in Windows in Unreal Engine
  1. Start by creating the UI file
  2. Unlock level blueprints
  3. Add node connections as shown above: [Event begainPlay] — [Create widget] — [Add to ViewPort]
  4. Select the UI created in the first step in the Create control
  5. Run the program to see if the UI is already displayed on the window.

Note that the name of the Create XXX control node is not fixed. Add the Create control to the level blueprint and select the created GUI file from the class to create a custom UI control.

www.gongeysheji.org

20220408 Allen