This is a dumb simple library that parse Unreal Engine's documentation format UDN.
Just use "UDNBlock.parse()" method to extract different type of blocks from texts.
Special thanks to ChatGPT for helping out regex.
Dumb simple Python code for reading UDN files from Unreal Engine documentation
This is a dumb simple library that parse Unreal Engine's documentation format UDN.
Just use "UDNBlock.parse()" method to extract different type of blocks from texts.
Special thanks to ChatGPT for helping out regex.
Dumb simple Python code for reading UDN files from Unreal Engine documentation
MIT License