Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 518 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 518 Bytes

Unreal Engine 4 save game converter

This library and simple console tool for it will convert the generic UE4 save game file into a json for easier analysis.

Bakc convertion is theoretically possible, but is not implemented.

Due to limitations of how UE4 serializes the data, some data types might be missing, and might fail deserialization for some games. For example, I know for a fact that there's at least a Set collection type, and a lot of less-frequently used primitive types (non-4 byte ints, double, etc).