lilsaints.github.io

App Docker

Embed external application windows into dockable Unreal Editor panels using Win32 reparenting.

Version 1.0.0 · Unreal Engine 5.5–5.7 · Windows

Overview

App Docker captures any external Windows application and embeds it as a dockable tab in the Unreal Editor. The captured window loses its title bar and frame, sits inside your editor layout, and snaps back to the desktop with its original size and position restored when released.

Available on Fab. See Installation for the steps, then Usage for the panel walkthrough.

How it works

App Docker uses the Win32 API to reparent external windows as owned popups of the Unreal Editor:

Requirements