当前位置:网站首页>UE 虚幻引擎,项目结构
UE 虚幻引擎,项目结构
2022-07-05 04:54:00 【虎冯河】
● Config文件夹,包含并控制着项目相关的设置。
● Content文件夹,包含游戏内容的文件夹,它包含项目的所有内容。
● DerivedDataCache文件夹,DDC 派生数据缓存, 项目编译完的保存的内容,是一种可加速项目启动的缓存。
● Intermediate文件夹,用于中间步骤的临时文件和文件夹。
● Saved文件夹,Saved文件夹与Intermediate文件夹很类似,但是保存了一些更为重要的文件
● Source文件夹,这是项目用于保存C++文件的源文件夹。
● .uproject文件,项目启动文件,它是一个文本文件。
● .vs文件夹(C++项目,专为Visual Studio存在,如有必要,可以删除它。
● Binaries文件夹,Binaries是一个临时文件夹,保存编译好的二进制代码
一、Config文件夹
Config文件夹十分重要,它包含并控制着项目相关的设置。
二、Content文件夹
Content文件夹就是包含游戏内容的文件夹,它包含项目的所有内容。
你不应该删除这个文件夹,否则会失去所有游戏内容。

Collections文件夹和Developers文件夹,它们都可以通过在内容浏览器中启用,
“显示集合”或“显示开发者内容”来访问,这些文件夹可以用来保存项目开发时的快捷文件或临时文件。

三、DerivedDataCache文件夹
DDC 派生数据缓存, 项目编译完的保存的内容,是一种可加速项目启动的缓存。

四、 Intermediate文件夹
Intermediate文件夹,这个文件夹可以删除,它只是用来保存你在构建项目和使用引擎时,
用于中间步骤的临时文件和文件夹。
如果你删除了这个文件,项目下次打开会花费更长时间,
因为它必须重建这个文件夹,如果你删除这个文件夹,引擎每次都会重新创建这个文件夹替换掉丢失的对象。

五、Saved文件夹
Saved文件夹与Intermediate文件夹很类似,但是保存了一些更为重要的文件,最好不要删除。
除非我们确信可以删除,这些文件会根据情况被中心创建,但是一旦删除,它们就没法被重新创建。
Logs文件夹,它保存着游戏的运行日志,既有历史日志也有当前日志,对于找出编辑器的崩溃或错误原因非常有用。

Backups文件夹和Auto Saves文件夹如果地图崩溃或者引擎崩溃,你可以在这个文件夹中,恢复丢失文件。
引擎会在崩溃后查找Saved文件夹,并尝试恢复文件和文件夹。

六、Source文件夹
Source文件夹,这是项目用于保存C++文件的源文件夹。
如果你删除这个文件夹,项目的C++源代就会全部丢失。项目没法被正确编译,

七、.uproject文件
项目启动文件,它是一个文本文件,本质上负责控制引擎与项目的交互方式。
版本、插件、C++模块,支持平台以及其他相关内容。

八、.vs文件夹
专为Visual Studio存在,如有必要,可以删除它。
它只负责保存Visual Studio中“自动完成”和其他功能产生的临时数据。

九、 Binaries文件夹
Binaries是一个临时文件夹,如果打开它,会发现它保存着编译好的二进制代码。
以及与模块相关的.dll文件,也就是我们的C++源代码。
Binaries文件夹会在编译项目时被创建,如果你需要节省空间,请将它们删除。
下次打开项目时,引擎会重建它们。
如果你打包项目时遇到问题,你可以试着删除二进制文件夹,这样可以把项目还原到初始状态。

边栏推荐
- This article is good
- AutoCAD - command repetition, undo and redo
- 質量體系建設之路的分分合合
- [Business Research Report] Research Report on male consumption trends in other economic times -- with download link
- Autocad-- dynamic zoom
- 2022 thinking of mathematical modeling C problem of American college students / analysis of 2022 American competition C problem
- LeetCode之单词搜索(回溯法求解)
- 中国金刚烷行业研究与投资预测报告(2022版)
- Create a pyGame window with a blue background
- Use assimp library to read MTL file data
猜你喜欢

On-off and on-off of quality system construction

Minor spanning tree

2021 Higher Education Club Cup mathematical modeling national tournament ABCD problem - problem solving ideas

stm32Cubemx(8):RTC和RTC唤醒中断

MySQL in-depth learning - index creation and deletion, index design principles, index failure scenarios, query optimization, index push down ICP

Create a pyGame window with a blue background

"Measuring curve length" of CAD dream drawing

AutoCAD - full screen display

Introduce Hamming distance and calculation examples

AutoCAD - Document Management
随机推荐
stm32Cubemx(8):RTC和RTC唤醒中断
Leetcode 222 number of nodes of complete binary tree
669. Prune binary search tree ●●
2021 electrician Cup - high speed rail traction power supply system operation data analysis and equivalent modeling ideas + code
SQL set operation
Flutter 小技巧之 ListView 和 PageView 的各种花式嵌套
Introduce Hamming distance and calculation examples
Database under unity
[groovy] closure (closure parameter list rule | default parameter list | do not receive parameters | receive custom parameters)
#775 Div.1 B. Integral Array 数学
2021 electrician cup (the 12th "China Society of electrical engineering Cup" National Undergraduate electrician mathematical modeling) detailed ideas + codes + references
mysql审计日志归档
"Measuring curve length" of CAD dream drawing
The difference between bundle, chunk and module
SQLServer 存储过程传递数组参数
Use assimp library to read MTL file data
Redis 排查大 key 的4种方法,优化必备
AutoCAD - lengthening
2022 thinking of mathematical modeling D problem of American college students / analysis of 2022 American competition D problem
Establish cloth effect in 10 seconds