vault backup: 2023-08-03 12:27:00

This commit is contained in:
2023-08-03 12:27:00 +08:00
parent 51842df41d
commit 94c9b3d9c3
3 changed files with 10 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
---
title: 设置UE5VS版本
date: 2023-08-03 12:25:48
excerpt:
tags: VisualStudio
rating: ⭐
---
![[SetUnrealVisualStudioVersion.png]]

View File

@@ -67,6 +67,8 @@ tsc xxx.ts
3. 然后 npm install 一次。
4. 打开工程根目录的 tsconfig.json 在 typeRoots 中 加入 "Plugins/ReactUMG/Typing"。
8. 打开 工程,在引擎中点击 ue.d.ts 。
### Node环境设置
### 调试方法
具体可以参考:
- Puerts Inspector指南在UE4和Unity里调试Javascript:https://zhuanlan.zhihu.com/p/359598262