Skip to content

Commit 13e6b8c

Browse files
committed
update readme
1 parent 7f53975 commit 13e6b8c

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ Unreal Engine template project(C++) for prototyping. Some plugins have been deac
2020
git submodule update --init
2121
```
2222

23-
- Populate correct value for `UE5_DIR` in `vars.bat`.
23+
- Populate correct values for
24+
- `UE5_DIR` in `vars.bat`
25+
- `UE5_SOURCE` in `.sublime-project`
2426

2527
### 🔥 Example .bat Usages
2628
- Supports default UE Command-Line Arguments.

TP_Chimp.sublime-project

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
],
1919
},
2020
{
21-
"path": "C:/EpicGames/UE_5.3/Engine/Source/Runtime"
21+
"name": "UE5_Source",
22+
"path": "C:/EpicGames/UE_5.3/Engine/Source/Runtime",
2223
}
2324
],
2425
"build_systems":

0 commit comments

Comments
 (0)