Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gameDNAstudio/FastSwitcher

Fast Switcher UMG for Unreal Engine 4 loads only the needed widget.
https://github.com/gameDNAstudio/FastSwitcher

Last synced: about 1 month ago
JSON representation

Fast Switcher UMG for Unreal Engine 4 loads only the needed widget.

Awesome Lists containing this project

README

        

![Splash](Resources/Splash.png)

# Fast Switcher

**Fast Switcher** for Unreal Motion Graphics loads only the needed widget. Default widget switcher in Unreal Engine 4 loads all widgets into the memory and switches between them without unloading inactive ones. The Fast Switcher for Unreal Motion Graphics widget loads only the needed one and unloads it when you switch to another. Widgets caching functionality can be optionally enabled. Fast Switcher is made in Blueprints.

**Current version:** 1.6.0

## Features
* Loads only the needed widget
* Unloads widget when you switch to another
* Widgets caching optionally
* Exposed to Blueprints
* No additional libraries are needed

## User Guide
More info about plugin and installation instructions you can find in [User Guide](Documentation/FastSwitcher_UserGuide.pdf).