Hey everybody,
I made a cheat sheet for C++ programming in UE4.
There are two versions:
-
A 2 page version, which lists attributes for UPROPERTY, UCLASS and UFUNCTION. Further some description of basic gameplay classes, UE’s data structures and some useful functions.
You can find it here: https://github.com/jbtronics/UE4-Che…CheatSheet.pdf -
The 4 page version, contain all of the content of the 2 page one, but further lists attributes for UENUMs, UPARAMs and USTRUCTs. Furthermore, some useful console commands, assertion functions and something about the DrawDebug functions. You can find this version here: https://github.com/jbtronics/UE4-Che…atSheet_XL.pdf
In this GitHub Repo you can find, the source code (LaTex) of the two sheets: https://github.com/jbtronics/UE4-Che…atSheet_XL.pdf
Both cheat sheets are licensed under Creative Commons BY-NC-SA 4.0, so feel free to share or modify the cheat sheets.
If you find any mistakes or typo, have an improvement idea, or some other kind of feedback, feel free to message me or to write it in the comments below.