为什么这样推荐(含企业 Udemy 约束)
选择标准
质量优先;企业库缺系统 C++ 入门视频课 → 默认 免费官方第一门;企业课作短专题 / 进阶。
起点:编辑器已熟悉(有蓝图 demo 经验即可)→ 直接学 UE C++,不绑定改造旧项目;也不必先系统学完通用 C++。
路径 A:免费官方(默认)
| 资源 | 链接 | 角色 |
|---|---|---|
| C++ Quick Start | https://dev.epicgames.com/documentation/en-us/unreal-engine/unreal-engine-cpp-quick-start | 第一门 |
| Programming with C++ | https://dev.epicgames.com/documentation/en-us/unreal-engine/programming-with-cplusplus-in-unreal-engine | 查阅 |
| 5.8 Release Notes | https://dev.epicgames.com/documentation/en-us/unreal-engine/unreal-engine-5-8-release-notes | 版本差 |
| Epic Learning | https://dev.epicgames.com/community/unreal-engine/learning | 免费视频 |
| Lyra | https://dev.epicgames.com/documentation/en-us/unreal-engine/lyra-sample-game-in-unreal-engine | 正规项目结构 |
路径 B:企业课(官方之后)
| 资源 | 链接 | 角色 |
|---|---|---|
| Climbing System | https://tencent.udemy.com/course/unreal-engine-5-cpp-climbing-system/ | 短 C++ 专题 |
| Advanced Action RPG | https://tencent.udemy.com/course/unreal-engine-5-advanced-action-rpg/ | GAS 进阶 |
其它高质量(独立站)
| 资源 | 链接 | 说明 |
|---|---|---|
| Tom Looman C++ 路径 | https://tomlooman.com/courses/unrealengine-cpp/ | 收费,一般不在企业 Udemy |
| ActionRoguelike | https://github.com/tomlooman/ActionRoguelike | 免费读代码 |
| Tom Looman 博客 | https://tomlooman.com/ | 免费文章 |