gencpp/gen_unreal_engine/Readme.md

18 lines
368 B
Markdown
Raw Normal View History

2024-12-10 16:31:50 -08:00
## Navigation
# base
[Top](../Readme.md)
* [docs](../docs/Readme.md)
# Unreal Engine Version Generator
2024-12-10 16:31:50 -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.
If using the library's provided build scripts:
```ps1
.\build.ps1 <compiler> <debug or omit> unreal
```