EasyStudio - Easy Native Window Popup

Documentation - Discord - Video

Easy Native Window Popup brings the familiar look and feel of native Windows dialog boxes directly into your Unreal Engine projects. With a single Blueprint async node you can spawn fully modal or task-modal message boxes, choose from all standard button layouts, and pick the icon that best fits the situation, all without touching UMG.

Need something richer than the stock MessageBox? Switch to the custom dialog mode to unlock text input, a live countdown progress bar, configurable auto-timeout handling, and automatic return of the user’s typed response. You can even feed in a UTexture2D for a bespoke icon; the plugin converts it at runtime so the artwork survives packaging. Optional system sound playback (information, warning, error, etc.) keeps the notification experience consistent with the OS.

Built as a lightweight runtime module, the plugin ships with full source, depends only on Win32 APIs already included with Unreal, and requires no third-party binaries.