当前位置:网站首页>UE fantasy engine, project structure
UE fantasy engine, project structure
2022-07-05 04:58:00 【Hufeng River】
● Config Folder , Contains and controls project related settings .
● Content Folder , Folder containing game content , It contains all the contents of the project .
● DerivedDataCache Folder ,DDC Derived data cache , The saved content after the compilation of the project , It is a cache that can speed up project startup .
● Intermediate Folder , Temporary files and folders for intermediate steps .
● Saved Folder ,Saved Folders and Intermediate Folders are similar , But some more important files are saved
● Source Folder , This is the project used to save C++ Source folder of the file .
● .uproject file , Project start up documents , It is a text file .
● .vs Folder (C++ project , Specially designed for Visual Studio There is , If necessary, , You can delete it .
● Binaries Folder ,Binaries It's a temporary folder , Save the compiled binary code
One 、Config Folder
Config Folders are very important , It contains and controls project related settings .
Two 、Content Folder
Content A folder is a folder containing game content , It contains all the contents of the project .
You should not delete this folder , Otherwise, all game content will be lost .
Collections The folder and Developers Folder , Both of them can be enabled in the content browser ,
“ Show collection ” or “ Show developer content ” To visit , These folders can be used to save shortcut files or temporary files during project development .
3、 ... and 、DerivedDataCache Folder
DDC Derived data cache , The saved content after the compilation of the project , It is a cache that can speed up project startup .
Four 、 Intermediate Folder
Intermediate Folder , This folder can be deleted , It is only used to save when you build the project and use the engine ,
Temporary files and folders for intermediate steps .
If you delete this file , It will take longer to open the project next time ,
Because it has to rebuild this folder , If you delete this folder , The engine will recreate this folder every time to replace the missing objects .
5、 ... and 、Saved Folder
Saved Folders and Intermediate Folders are similar , But some more important files are saved , It's best not to delete .
Unless we are sure we can delete , These files will be created by the center according to the situation , But once deleted , They cannot be recreated .
Logs Folder , It keeps the running log of the game , There are both historical logs and current logs , It is very useful for finding out the cause of the crash or error of the editor .
Backups The folder and Auto Saves Folder if the map crashes or the engine crashes , You can in this folder , Recover lost files .
The engine will look for Saved Folder , And try to recover files and folders .
6、 ... and 、Source Folder
Source Folder , This is the project used to save C++ Source folder of the file .
If you delete this folder , Project C++ The source generation will all be lost . The project cannot be compiled correctly ,
7、 ... and 、.uproject file
Project start up documents , It is a text file , Essentially responsible for controlling the way the engine interacts with the project .
edition 、 plug-in unit 、C++ modular , Support platform and other related content .
8、 ... and 、.vs Folder
Specially designed for Visual Studio There is , If necessary, , You can delete it .
It is only responsible for saving Visual Studio in “ Done automatically ” And other functions .
Nine 、 Binaries Folder
Binaries It's a temporary folder , If you turn it on , You will find that it saves the compiled binary code .
And module related .dll file , That's our C++ Source code .
Binaries The folder will be created when the project is compiled , If you need to save space , Please delete them .
The next time you open a project , The engine will rebuild them .
If you have problems packaging the project , You can try deleting binary folders , This will restore the project to its original state .
边栏推荐
- Difference between singleton and factory pattern
- How much do you know about 3DMAX rendering skills and HDRI light sources? Dry goods sharing
- cocos2dx_ Lua particle system
- Emlog blog theme template source code simple good-looking responsive
- 中国AS树脂市场调研与投资预测报告(2022版)
- 669. Prune binary search tree ●●
- 2022 thinking of mathematical modeling a problem of American college students / analysis of 2022 American competition a problem
- Unity synergy
- Lua GBK and UTF8 turn to each other
- Manually implement heap sorting -838 Heap sort
猜你喜欢
数论函数及其求和 待更新
LeetCode之單詞搜索(回溯法求解)
AutoCAD - continuous annotation
AutoCAD -- dimension break
【Leetcode】1352. Product of the last K numbers
Thinking of 2022 American College Students' mathematical modeling competition
"Measuring curve length" of CAD dream drawing
Emlog blog theme template source code simple good-looking responsive
UE4/UE5 虚幻引擎,材质篇,纹理,Compression and Memory压缩和内存
AutoCAD - lengthening
随机推荐
AutoCAD - command repetition, undo and redo
Unity and database
54. Spiral matrix & 59 Spiral matrix II ●●
AutoCAD - isometric annotation
Introduce Hamming distance and calculation examples
Time format conversion
3dsmax scanning function point connection drawing connection line
AutoCAD - continuous annotation
UE 虚幻引擎,项目结构
2021-10-29
An article takes you to thoroughly understand descriptors
AutoCAD - scaling
Basic knowledge points of dictionary
Cocos2dx Lua registers the touch event and detects whether the click coordinates are within the specified area
C # perspective following
MD5绕过
Download and use of font icons
Basic knowledge points
Personal required code
cocos2dx_ Lua card flip