Skip to content

Try the Demo Map

The fastest way to see Operating System Simulator in action is to open the bundled DemoMap before building your own device from scratch.

flowchart TB
  subgraph row1[" "]
    direction LR
    CB["Content Browser"] --> Map["DemoMap"] --> PIE["Play In Editor"]
  end
  subgraph row2[" "]
    direction LR
    BIOS["UOperatingSystemBIOS boot"] --> Desktop["UOperatingSystemWidget desktop + programs"]
  end
  PIE --> BIOS
  1. Complete Prerequisites — enable Show Plugin Content.

  2. In the Content Browser, navigate to:

    Plugins → OperatingSystemSimulator → OperatingSystemContent → Demo → Maps

  3. Open the map and press Play.

You should see a device boot through BIOS, install or load an OS, and present a full desktop with Explorer, Terminal, Store, and other bundled programs.

ActionWhat it demonstrates
Open TerminalBuilt-in commands; some broadcast Global Messenger events
Browse ExplorerSimulated filesystem with directories and file types
Open StoreInstall optional programs at runtime
Change SettingsTheme and wallpaper modules
Shut down / restartDevice state machine on UOperatingSystemBaseDevice

A packaged Windows/Mac demo is also available — useful for sharing with teammates who do not have Unreal installed.

Demo download

Download the starter template from the Demo page if you want a pre-wired project instead of adding the plugin to an empty game.

Once you understand the demo flow, follow the core tutorial chain:

  1. Create a device actor
  2. Create a device
  3. Create an operating system