This listing has not been migrated to FAB by the seller. It is only available to use from your Vault in the Epic Games Launcher.Learn more about Fab

Enhanced UI : UMG Splitter

Algosyntax - Code Plugins - Nov 27, 2023

Adds a Splitter Panel Widget in UMG allowing resizable screen sections

  • Supported Platforms
  • Supported Engine Versions
    5.1 - 5.3
  • 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.
Trailer/Tutorial

FAQ & Support : Discord link

What's Enhanced UI: A framework with multiple plugins that simplify and enhance UI building in Unreal engine from blueprint.


What's UMG Splitter: UMG Splitter plugin exposes the slate's SSpliter widget to blueprints/UMG so that you don't have to deal with slate/c++ whenever you want to create multiple screen sections that the user can resize at runtime.


Official Docs Page

Technical Details

Features:

  •  Exposes SSplitter to UMG as AxSplitterPanel
  •  Similar to horizontal and vertical box but allows the users to resize the sections at runtime.
  •  Allows end users/players to change a child widget's allocated space at runtime.
  • change the colors and the sizes of the resizing handles.
  • similar to unreal engine editor tab resizer.


Code Modules: (Please include a full list of each Plugin module and their module type (Runtime, Editor etc.))

  •  AxUmgSplitter (Runtime)



Number of C++ Classes: 3


Supported Development Platforms: Win64, Linux, MacOS

Supported Target Build Platforms: Win64, Linux,MacOS , Android,IOS

Documentation: UMG Splitter Docs


Important/Additional Notes: Enhanced UI is a framework for building different UI at runtime.

Tags

NoAIEXTENDED UMGUSERWIDGETUMGSLATEUIUSER INTERFACE