Unreal Engine Marketplace is moving over to Fab in mid-October. Learn more.

Persistent Widgets

Exouch - Code Plugins - Sep 30, 2024
Not Yet Rated

Seamlessly Maintain UI Elements Across Level Transitions.

  • Supported Platforms
  • Supported Engine Versions
    5.2 - 5.4
  • Download Type
    Engine Plugin
    This product contains a code plugin, complete with pre-built binaries and all its source code that integrates with Unreal Engine, which can be installed to an engine version of your choice then enabled on a per-project basis.

Showcase Video


Persistent Widgets ensures your game's UI elements remain visible and consistent, no matter how many level changes your players go through. Ideal for complex games requiring stable UI elements like scoreboards, inventory systems, splash screens, loading screens or dynamic menus across different game levels.

Technical Details

Features:

  •  Persistent UI States: Ensures UI elements stay consistent and visible through level changes
  •  Easy Integration: Easy to integrate with existing UMG setups
  •  User Experience: Enhances player experience by maintaining UI state.


Code Modules:

  • PersistentWidgets (Runtime)


Number of Blueprints: 1

Number of C++ Classes: 3

Network Replicated: No (UI elements are typically client-specific and do not require replication.)

Supported Development Platforms: Windows, Android

Supported Target Build Platforms: Windows, Android

Documentation: Documentation

Discord: Link

Example Project: Found within the plugin contents.

Important/Additional Notes: Any level specific references shall need to be updated in UMG after level switch.