2024-12-15 11:14:02 -08:00
## Navigation
2024-10-25 02:04:11 -07:00
2024-12-15 11:14:02 -08:00
# base
2024-10-25 02:04:11 -07:00
2024-12-15 11:14:02 -08:00
[Top ](../Readme.md )
2024-10-25 02:04:11 -07:00
2024-12-15 11:14:02 -08:00
* [docs ](../docs/Readme.md )
2024-10-25 02:04:11 -07:00
2024-12-15 11:14:02 -08:00
# Unreal Engine Version Generator
2024-10-25 02:04:11 -07:00
2024-12-15 11:14:02 -08:00
This generates a variant of gencpp thats compatiable with use as a thirdparty module within a plugin or module of an Unreal Project or the Engine itself.
2024-10-25 02:04:11 -07:00
2024-12-15 11:14:02 -08:00
If using the library's provided build scripts:
2024-10-25 02:04:11 -07:00
2024-12-15 11:14:02 -08:00
```ps1
.\build.ps1 < compiler > < debug or omit > unreal
2024-10-25 02:04:11 -07:00
```