An experimental C++ alternative to TypeTreeDumper that does not require symbols.
Open the directory in Visual Studio and switch the solution explorer to the CMake Targets View.
The TypeTreeRipper module functions as a proxy for version.dll or winhttp.dll, but can also be injected at process start.
When loaded, the module waits for the engine to initialize and then initiates a type tree dump. The data will be written to release.ttbin (when dumping from the editor, an editor.ttbin will also be produced) and then the process will terminate.
The included TypeTreeRipper.Converter tool can be used to convert .ttbin files to .tpk or the legacy struct dump format.