gvas-converter icon indicating copy to clipboard operation
gvas-converter copied to clipboard

Unreal Engine 4 save game converter

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).