Skip to content

Prerequisites

Complete these steps once before working through the Overview series.

The plugin ships demo maps, hardware Blueprints, program collections, and UI widgets under Engine → Plugins → OperatingSystemSimulator.

  1. In the Content Browser, open View Options.
  2. Enable Show Engine Content and Show Plugin Content.

See Getting Started for screenshots and the DemoMap path.

If Unreal reports module ‘GlobalCore’ could not be found, generate Visual Studio project files from your .uproject and build once. Blueprint-only projects still need this step.

Troubleshooting: GlobalCore

The plugin relies on Delay nodes and timers. With Use Less CPU when in Background enabled, PIE can stall when the editor loses focus and boot/install sequences may hang.

  1. Edit → Editor Preferences → General → Performance
  2. Disable Use Less CPU when in Background

Use less CPU screenshot

flowchart TB
  subgraph row1[" "]
    direction LR
    Prerequisites["Prerequisites"] --> Demo["Try the demo map"] --> Actor["Create a device actor"]
  end
  subgraph row2[" "]
    direction LR
    Device["Create a device"] --> OperatingSystem["Create an operating system"] --> Programs["Programs & terminal commands"]
  end
  Actor --> Device
StepTutorial
Explore working exampleTry the demo map
Minimal custom OSCreate device actordeviceOS

See the full tutorial overview for all guides.