Skip to content

This can probably automatically dump the SDK for any Unreal Engine Game (Educational Purpose Only)

License

Notifications You must be signed in to change notification settings

gmh5225/UE-UEDumper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UEDumper

This can probably dump the SDK for any Unreal Engine Game (Educational Purpose Only) Note: We released this early, for now it's working perfect for fortnite (lower than u4.25?), but we will add more support later!

Usage

  1. Inject the dll into your game
  2. If all offsets are found automatically you will need to do nothing, otherwise you will need to get them manually
  3. Go to the game path and copy your SDK
  4. To use it in a project check out the examples, not all packages are included, just add the ones you need to Core.hpp

Features

✔️ Dump all Object names
✔️ Create a SDK

Details

✔️ Getting the real UPROPERTY Specifiers

Supported Games

✔️ Fortnite (3.5 - 6.21 work for sure)

Issues

There currently is no support for functions, will be added back within a few days Newer Unreal Engine games don't work (yet)

More coming soon

About

This can probably automatically dump the SDK for any Unreal Engine Game (Educational Purpose Only)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • C++ 98.2%
  • C 1.8%