Skip to content

Commit

Permalink
update ue notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ckf104 committed Dec 31, 2024
1 parent e9fa90a commit b89f813
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions _posts/UE/UE Notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ $ ./Engine/Build/BatchFiles/RunUBT.bat UnrealEditor Development Win64 -Mode=Gen
```

* 在 windows visual studio 中需要设置 editor preference 为 vs2022,详见[VisualStudio 2022 Intellisense for engine files not working in UE5](https://forums.unrealengine.com/t/ue-5-1-visualstudio-2022-intellisense-for-engine-files-not-working-in-ue5/551166)
* 如果安装了多个 UE 版本的话,在 windows 上右键 uproject 文件 generate project file 时,会 [找不到 UnrealBuildTool](https://forums.unrealengine.com/t/missing-unrealbuildtool-exe-after-build/242198),根据 [Generate VS Project Files by Command Line](https://forums.unrealengine.com/t/generate-vs-project-files-by-command-line/277707),在命令行使用(如果使用的是 launcher 的二进制版本的话)
```
"C:\Program Files (x86)\Epic Games\Launcher\Engine\Binaries\Win64\UnrealVersionSelector.exe" /projectfiles "MyProject.uproject"
```

## UE Reflection and GC

Expand Down

0 comments on commit b89f813

Please sign in to comment.