Would be great if you can click on next lesson while you are in full screen, is a bit pain watch a video in full screen and when it finishes Exit full screen mode -> Next Module -> Full Screen -> Play, make a button that appears when the video finishes so you just click on it and start the next lesson in the current format you just saw the video (full screen or normal window) and autoplay, or just a countdown you can stop and if you don’t stop it, the next lesson starts to play in full screen if you were watching the video in full screen, or in normal size if you were watching the video in normal size.
Still no C++ courses. Just a note, make C++ courses without telling what to text, if you say something like “write APlayerController->SetViewTarget(CameraOne);” , we learn to do that and only that, it is better to show how to reach and find we need SetViewTarget, instead say “I know I have to use SetViewTarget”. I say this, because it is something I saw in tons of Unreal C++ courses and at the end, you only learn to do what the tutorial is showing (move a character, shot, grab something, etc…) instead how to program in C++ for UE4. It is like teach someone how to tweak a photo in particular saying “I know I have to set contrast to 20 and hue to 12” instead teach how to find the right contrast and hue values by himself, so he can use that knowledge in other photos.