π΄ How to Use C++ in Unreal Engine - Beginner Tutorial
you're breathtaking.
Link to my github documentation: https://github.com/MrRobinOfficial/Guide-UnrealEngine/
~TImestamps~
00:00 - Intro
02:49 - Installation
14:57 - My documentation of UE
41:55 - Create a template game
45:10 - Continue reading my documentation
57:20 - Compiling and launching the project
1:00:37 - Working C++ in UE
1:02:30 - Class architecture
1:19:42 - Create a new C++ class
1:21:24 - Live coding
1:23:14 - Header files
1:34:37 - Macros (Unreal Header Tool)
1:47:24 - Constructor, BeginPlay, Tick and EndPlay functions.
2:06:44 - Create variables
2:24:10 - Getters and setters
2:26:46 - Inline functions
2:32:41 - Value vs reference types
2:41:54 - Memory consumption
2:58:41 - Hexadecimal
3:10:56 - Memory in practice
3:33:55 - Continuing on the main topic
3:36:10 - Random value with UE
3:38:24 - GEngine (global class)
3:39:42 - FString and TEXT macro
3:45:39 - DON'T USE NEW KEYWORD!
3:47:19 - Assignment operator and brace initialization
3:52:32 - C++ casting
3:57:22 - UE casting
3:58:55 - Pointers and nullptr value
4:03:37 - Assertions
4:11:14 - FName and FText
4:21:20 - Showcase
4:36:08 - Reminder of my github docs
4:38:17 - Loops in C++ (for, for-each, while)
4:42:36 - Outro