Skip to content
bbfox0703 edited this page Jun 25, 2026 · 17 revisions

UE5CEDumper Wiki

UE5CEDumper is a C++ DLL + Cheat Engine Lua bridge Unreal Engine dumper for UE4 (4.18+) and UE5 (5.0 – 5.8). It locates the global engine pointers (GObjects / GNames / GWorld), walks the live UObject / UStruct hierarchy, and streams everything to an Avalonia GUI for browsing, instance search, and Cheat Engine export — with offsets discovered dynamically (never hardcoded), so new games and engine minor-versions usually work with no changes.


📖 Pages

Page What it covers
Quick Start: Install & Run Get UE5CEDumper into a game and see live data — via Proxy DLL (no Cheat Engine, recommended) or Cheat Engine DLL injection.

This wiki uses Home as the index. Each topic (like Quick Start) is its own page.


🔗 More

  • Repository README — full feature list, screenshots, tested-games matrix.
  • Releases — prebuilt Windows x64 binaries.
  • In-repo docs/ — roadmap, tips, pipe protocol, export formats, technical notes.

Clone this wiki locally