Samuel Kahn e3eb3c2f7d
UE4 client generator fixes (#6438)
* Added the possibility for a codegen to set the location of the generated model files, similarly to API files.

* Removed std::shared_ptr from the generated types. Types in UE4Codegen are handled as POD structs, not shared pointers.

* Fixed handling of body parameters as per the specification, the single body object is written directly as the payload.

* Fixed handling of files and binaries, if a field is both isFile and isBinary, file will take precedence.

* Updated cpp-ue4 client samples

* Fixed handling of enums in models

Co-authored-by: William Cheng <wing328hk@gmail.com>
2020-06-01 00:13:12 +08:00
..
2020-01-02 13:20:29 +08:00
2020-05-23 15:47:10 +08:00
2020-05-15 09:44:00 +08:00
2018-05-08 12:57:38 +08:00
2020-05-27 16:27:34 +08:00
2020-04-21 10:04:42 +08:00
2020-05-26 10:17:02 +08:00
2020-05-31 19:14:31 +08:00