[WIP] Blueprint disassembler
https://github.com/Th3Fanbus/Th3ScriptViewer
This is a Python script that takes in JSON files from FModel and tries to draw a graph of the control flow. The output is extremely verbose and tedious to read, and the ubergraph handling could be better (currently there's function stubs that call into the ubergraph, ideally the ubergraph wouldn't show up as such), but it can still be useful to understand what some Blueprint function is doing.
2 Replies
my friend truman (trumank on github) made a similar tool a while ago
Ah, I see: https://github.com/trumank/kismet-analyzer
I made this to understand how Kismet bytecode is structured and potentially turn it back into a blueprint graph. I know the Asset Toolkit can do something, but I'm not sure how complete the implementation is