You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,11 +60,11 @@ The location will be All/Engine/Plugins/SequencePluginContent/Core, within the c
60
60
61
61
### Upgrading to Unreal 5.4
62
62
If your project is currently on 5.2 or 5.3, then for this version you'll want to upgrade to 5.4.
63
-
To do this close the Unreal Editor, Close your Code Editor. Rightclick on your Unreal Project
63
+
To do this close the Unreal Editor, Close your Code Editor. Right-click on your Unreal Project
64
64
file. Then select Switch Unreal Engine Version, Choose 5.4 and click okay. Once done. Open your
65
65
code editor and rebuild your source code.
66
66
67
-
As way of future proofing we recommend installing visual studio 2022 in accordance with [these docs](https://dev.epicgames.com/documentation/en-us/unreal-engine/setting-up-visual-studio-development-environment-for-cplusplus-projects-in-unreal-engine)
67
+
As a way of future proofing we recommend installing visual studio 2022 in accordance with [these docs](https://dev.epicgames.com/documentation/en-us/unreal-engine/setting-up-visual-studio-development-environment-for-cplusplus-projects-in-unreal-engine)
68
68
as Unreal 5.4 and onward will be dropping support for visual studio 2019.
69
69
70
70
### YourProject.Build.cs
@@ -84,7 +84,7 @@ if this occurs in your Projects Build.cs file please check the private Dependenc
0 commit comments