-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
5ec3ea4
commit f0bd632
Showing
1 changed file
with
22 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
--- | ||
title: EXP6 C盘缓存过大问题 | ||
order : 6 | ||
category: | ||
- u++ | ||
--- | ||
|
||
<chatmessage avatar="../../assets/emoji/hh.png" :avatarWidth="40"> | ||
每次UE用着用着C盘就被吞没了! | ||
</chatmessage> | ||
|
||
### 1.修改Config | ||
|
||
Program Files\Epic Games\UE_5.0\Engine\Config\BaseEngine.ini" | ||
|
||
### 2. 替换内容 | ||
|
||
```Path="%ENGINEVERSIONAGNOSTICUSERDIR%DerivedDataCache"``` | ||
|
||
替换为 | ||
|
||
```Path="%GAMEDIR%DerivedDataCache"``` |