Enhanced Widget Navigation

Enhanced Widget Navigation provides navigation functionality for UMG.

  • サポートされたプラットフォーム
  • サポートされたエンジンバージョン
    5.0 - 5.4
  • ダウンロードのタイプ
    エンジン プラグイン
    この製品には、コード プラグインが含まれており、ビルド済みのバイナリと Unreal Engine に統合される全ソースコードが完備されています。任意のエンジン バージョンにインストールし、プロジェクト毎に有効化することが可能です。

Enhanced Widget Navigation is a UI navigation using EnhancedInput.

C++ projects can be built and used for free, please download from the link.

A sample is available for this project, and a demo running on Windows is here.

テクニカルノート

Features:

  • Supports multiple input formats (gamepad, mouse, keyboard).
  • Uses EnhancedInput to acquire input. Allows free customization of key mapping and events.
  • Supports GridPanel / UniformGridPanel / HorizontalBox / VerticalBox.
  • Intuitive distance based navigation and easy setup.
  • Implements WidgetNavigation connections and allows nested connections.


Code Modules:

  •  Enhanced Widget Navigation (Runtime)


Number of Blueprints: 3

Number of C++ Classes: 21

Network Replicated: No but it works in multiplayer games

Supported Development Platforms: Win64

Supported Target Build Platforms: Win64

Documentation & Example Project: wiki

Important/Additional Notes: EnhancedInput required