# UETPC **Repository Path**: mengtest/uetpc ## Basic Information - **Project Name**: UETPC - **Description**: UE学习,c++学习 - **Primary Language**: C++ - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2022-05-16 - **Last Updated**: 2022-05-16 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # UETPC #### 介绍 UE学习,c++学习 #### 学习计划 1. 学会从unity转到unreal的基本操作,比如创建物体,子物体,层级关系,代码创建物体,代码设置父子层级,代码添加移除组件。 2. 用定点物理在unreal中实现各种碰撞检测及人物移动。学习《实时碰撞检测技术》书中的算法及思路。