Skip to content

Commit 4507b3e

Browse files
committed
link
1 parent 841047d commit 4507b3e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

gamedev/unreal/get-started/vs-tools-unreal-quickstart.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -97,11 +97,13 @@ You may frequently launch your game with different combinations of command-line
9797
The command-line arguments dropdown is shown following the Solutions Platforms dropdown on the Standard toolbar. There is an entry for C:\UE\LyraStarterGame\LyraStarterGame.uproject -fullscreen, and C:\UE\LyraStarterGame\LyraStarterGame.uproject -JsonDebugOutput.
9898
:::image-end:::
9999

100-
To add command-line arguments, type them in the dropdown and press **Enter**. The arguments are saved in the order that you enter them and appear in the dropdown for future use. There's a limit of five command lines that you can add before the oldest one is removed to make room for a new one.
100+
To add command-line arguments, type them in the dropdown and press **Enter**. The arguments are saved in the order that you enter them and appear in the dropdown for future use.
101101

102-
The first argument when debugging an Unreal Engine project must be the path to the project, e.g. `C:\UE\LyraStarterGame\LyraStarterGame.uproject`.
102+
There's a limit of five command lines that you can add before the oldest one is removed to make room for a new one.
103103

104-
For more information about using the command-line arguments dropdown, see [Specify command-line arguments](../../../docs/debugger/specify-command-line-args.md).
104+
The first argument when debugging an Unreal Engine project that runs in the Unreal Engine editor must be the path to the project. For example: `C:\UE\LyraStarterGame\LyraStarterGame.uproject`.
105+
106+
For more information about using the command-line arguments dropdown, see [Specify command-line arguments](/visualstudio/debugger/specify-command-line-args).
105107

106108
## Next steps
107109

0 commit comments

Comments
 (0)