Enhanced UI : UMG Splitter

Adds a Splitter Panel Widget in UMG allowing resizable screen sections

  • 지원 플랫폼
  • 지원 엔진 버전
    5.1 - 5.3
  • 다운로드 유형
    엔진 플러그인
    이 제품은 코드 플러그인과 함께 미리 빌드한 바이너리와 언리얼 엔진에 통합되는 모든 소스 코드를 포함하고 있으며 원하시는 엔진 버전에 설치하여 프로젝트에 따라 활성화할 수 있습니다.
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

기술적 세부사항

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.