[C++][Ue4] various bus fixes (#6539)

* Fixed compilation on linux and UE4.23

* Added string and enum type definition support

* Better handling or variable names, should avoid conflicts with reserved keywords or empty variable names in edge cases

* Updated samples
This commit is contained in:
Samuel Kahn
2020-06-04 14:37:39 +02:00
committed by GitHub
parent 83a0f7d65b
commit 0f627e70fb
27 changed files with 325 additions and 213 deletions

View File

@@ -26,5 +26,6 @@ public class OpenAPI : ModuleRules
"Json",
}
);
PCHUsage = PCHUsageMode.NoPCHs;
}
}