Links
A neat tutorial about creating and blending between SDFs.
The gold standard for style guides in Unreal. Many studios refer to this guide for structuring their project, naming assets, and more.
The official community for forums, tutorials, and other docs related to Unreal.
A huge collection of professional AI publications from top studios and games.
The GameplayAbilities plugin now comes with a README that is great for onboarding. It links to the official developer docs as well as tranek’s open source GASDocumentation.
Co-creator of shadertoy and an incredible resource for learning to write shaders and think about graphics programming.
A massive amount of notes and links about unreal, c++, and many other languages and technologies. The unreal notes doc was a good first read when starting to dip past the surface of the engine.
The famous documentation detailing how multiplayer networking works in Unreal.
Orfeas’s site is another gold bookmark with many unique c++ tutorials for Unreal, covering some uncommonly found topics.
Great tutorial consolidating a lot of experience in adding new shading models and lighting features. I used very similar techniques to accomplish Creature in the Well and Stonefly’s look.
One of the most important Unreal C++ learning sites around. Tom’s work can teach you everything you need to know about Unreal.
Supplemental documentation for diving deeper into Slate and UMG.
This list would be incomplete without the official Unreal Engine documentation. It gets better with every release, don’t ignore it!
Formerly benui.ca — a learning site with a huge number of great Unreal tutorials and resources, mostly focused on UI, but covering a variety of topics in the engine.
A great resource for all things UI. Contains books, learning resources, and career advice.