Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/gameDNAstudio/FastSwitcher
- Owner: gameDNAstudio
- License: mit
- Created: 2017-02-03T17:25:22.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-12-26T06:05:47.000Z (almost 5 years ago)
- Last Synced: 2024-08-02T16:31:26.100Z (4 months ago)
- Homepage: https://www.gamednastudio.com
- Size: 3.39 MB
- Stars: 53
- Watchers: 5
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-unreal - FastSwitcher - Fast Switcher UMG for Unreal Engine 4 loads only the needed widget (UI)
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).