Skip to content

Getting Started

  1. Enable Qr Code Generator (module OperatingSystemQRCode) in Plugins.
  2. Open QrCodeGenerator/DemoMap or create a User Widget.
  3. Call Generate QR Code Texture Simple with any string (e.g. https://yetitechstudios.com).
  4. Assign the returned Texture 2D to an Image widget Brush → Image.
flowchart LR
  A[Event Construct] --> B[Generate QR Code Texture Simple]
  B --> C[Set Brush from Texture on Image]

Blueprint screenshot

The C++ module is OperatingSystemQRCode (historical name from Operating System Simulator). Blueprint category is Qr Code Generator.