# UECoreCode-4.27.2 **Repository Path**: sky313947/UECoreCode-4.27.2 ## Basic Information - **Project Name**: UECoreCode-4.27.2 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: code_notes - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2026-03-17 - **Last Updated**: 2026-03-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # UnrealEngine 4.27.2 代码注解 {#mainpage} ============= ## UE4 基础概念 - [Actor 和几何体](Notes/ue4-actors.md) ## UE4 关卡 - [UE4 流式关卡](Notes/ue4-level-streaming.md) - [UE4 HISM 介绍](Notes/ue4-hism-intro.md) ## UE4 物理 - [UE4 PhyX物理引擎应用介绍](Notes/ue4-physics-intro.md) ## UE4 网络 - [UE4 网络同步](Notes/ue4-network-replication.md) - [UE4 能实现帧同步吗](Notes/ue4-lockstep-sync.md) ## UE4 Dedicated Server(专用服务器) - [UE4 DS 设置及编译构建](Notes/ue4-ds-compile.md) - [DS 网络同步 demo](Notes/ue4-ds-network-demo.md) - [UE4 大世界服务器技术方案](Notes/ue4-ds-bigworld.md) - [UE4 DS 服务器综述](Notes/ue4-ds-overview.md) - [UE4 DS 优化](Notes/ue4-ds-opt.md) ## UE4 脚本编程 - [UE4 Lua 脚本插件](Notes/ue4-lua.md) - [UE4 python](Notes/ue4-python.md) ## UE4 插件 - [UE4 插件](Notes/ue4-plugins.md) ## UE4 调试手段 - [UE4 日志](Notes/ue4-logs.md) - [UE4 命令参数](Notes/ue4-console-cmds.md) - [UE4 配置文件](Notes/ue4-config-settings.md) - [UE4 编辑器中 Play 按钮被按下后发生了什么](Notes/ue4-editor-play.md) ## UE4 性能分析 - [网络流量分析](Notes/ue4-network-trace.md) - [UE4 内存优化](Notes/ue4-mem-profile.md) ## CI/CD - [UE4 测试代码覆盖率](Notes/ue4-code-coverage.md) ## 游戏服务器工程 - [游戏服务器全区全服架构](Notes/game-server-global-arch.md) ## 游戏推荐书籍 - [从零编写游戏引擎教程 Writing a game engine tutorial from scratch](https://github.com/ThisisGame/cpp-game-engine-book) ## 参考 - [《Exploring in UE4》网络同步原理深入(下)](https://blog.uwa4d.com/archives/USparkle_Exploring1.html) - [UnrealEngine - 网络同步之连接篇](https://www.cnblogs.com/lawliet12/p/17332897.html) - [UE4 网络模块剖析](https://www.zhyingkun.com/ue4network/ue4network/)