We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7f53975 commit 13e6b8cCopy full SHA for 13e6b8c
README.md
@@ -20,7 +20,9 @@ Unreal Engine template project(C++) for prototyping. Some plugins have been deac
20
git submodule update --init
21
```
22
23
-- Populate correct value for `UE5_DIR` in `vars.bat`.
+- Populate correct values for
24
+ - `UE5_DIR` in `vars.bat`
25
+ - `UE5_SOURCE` in `.sublime-project`
26
27
### 🔥 Example .bat Usages
28
- Supports default UE Command-Line Arguments.
TP_Chimp.sublime-project
@@ -18,7 +18,8 @@
18
],
19
},
{
- "path": "C:/EpicGames/UE_5.3/Engine/Source/Runtime"
+ "name": "UE5_Source",
+ "path": "C:/EpicGames/UE_5.3/Engine/Source/Runtime",
}
"build_systems":
0 commit comments