Unreal Engine Archives Explorer
Go to file
copilot-swe-agent[bot] 6a2ef86a3f Fix animation node UI: replace OriginalSource guard with drag-threshold panning
The previous fix (e.OriginalSource != sender) blocked panning entirely
when clicking on nodes, making them feel like buttons. Connection Path
elements also received mouse events, potentially interfering.

Fix:
- Use a drag-threshold mechanism: clicking selects a node without
  jumping, dragging from anywhere (including nodes) starts panning
  after a 5px threshold is exceeded.
- Register MouseLeftButtonDown with AddHandler(handledEventsToo: true)
  so the panning handler fires even when nodes set e.Handled = true.
- Set IsHitTestVisible = false on connection Path elements so they
  don't interfere with mouse events.
- Check e.LeftButton state in OnCanvasMouseMove to prevent stale pan
  state when the button is released unexpectedly.

Co-authored-by: LoogLong <86428208+LoogLong@users.noreply.github.com>
2026-03-02 03:25:29 +00:00
.github action updates 2025-12-10 21:59:59 +01:00
CUE4Parse@db808145a2 Borderlands 3 audio (#649) 2026-02-25 16:24:43 +01:00
FModel Fix animation node UI: replace OriginalSource guard with drag-threshold panning 2026-03-02 03:25:29 +00:00
.editorconfig update editor config to have space next to casts 2021-10-14 11:40:28 -04:00
.gitignore FModel v4.0 2021-05-22 22:10:08 +02:00
.gitmodules removed submodule 2024-04-05 06:39:34 +02:00
LICENSE Re-add GPL-3 license 2021-05-22 16:33:08 -04:00
NOTICE New Explorer System (#619) 2025-12-19 18:34:33 +01:00
README.md Texture Changes & HDR Preview/Export (#559) 2025-04-26 23:01:01 +02:00

FModel - An Unreal Engine Archives Explorer in C#

CI Status Latest Donate Discord


Description:

FModel is an archive explorer for Unreal Engine games that uses CUE4Parse as its core parsing library, providing robust support for the latest UE4 and UE5 archive formats. It aims to deliver a modern and intuitive user interface, powerful features, and a comprehensive set of tools for previewing and converting game packages, empowering YOU to understand games' inner workings with ease.

FModel is actively maintained and developed by a dedicated community of contributors, and welcomes all new contributions and feedback.

Installation:

For installation, follow the instructions from here

Sponsorship:

License:

FModel is licensed under GPL-3, and licenses of third-party libraries used are listed here.