当前位置:网站首页>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 .
边栏推荐
- UE4/UE5 虚幻引擎,材质篇(三),不同距离的材质优化
- 2021 huashubei mathematical modeling idea + reference + paper
- django连接数据库报错,这是什么原因
- Emlog博客主题模板源码简约好看响应式
- 中国聚氨酯硬泡市场调研与投资预测报告(2022版)
- Panel panel of UI
- Unity parallax infinite scrolling background
- Solutions and answers for the 2021 Shenzhen cup
- #775 Div.1 B. Integral Array 数学
- Unity check whether the two objects have obstacles by ray
猜你喜欢
xss注入
An article takes you to thoroughly understand descriptors
Rip notes [rip three timers, the role of horizontal segmentation, rip automatic summary, and the role of network]
Recherche de mots pour leetcode (solution rétrospective)
2021-10-29
stm32Cubemx(8):RTC和RTC唤醒中断
Séparation et combinaison de la construction du système qualité
2021 huashubei mathematical modeling idea + reference + paper
AutoCAD - isometric annotation
Download and use of font icons
随机推荐
中国聚氨酯硬泡市场调研与投资预测报告(2022版)
[groovy] closure (closure parameter binding | curry function | rcurry function | ncurry function | code example)
Difference between singleton and factory pattern
Introduce Hamming distance and calculation examples
Database under unity
Understand encodefloatrgba and decodefloatrgba
Time format conversion
Pdf to DWG in CAD
How to choose a panoramic camera that suits you?
cocos2dx_ Lua particle system
MySQL audit log archiving
2021 higher education social cup mathematical modeling national tournament ABCD questions - problem solving ideas - Mathematical Modeling
A complete attack chain
AutoCAD -- dimension break
2020-10-27
2020-10-27
Cocos2dx Lua registers the touch event and detects whether the click coordinates are within the specified area
The first topic of ape Anthropology
Unity synergy
猿人学第一题