* Fixed so ubavisualizer panel works with dpi scaling through remote desktop
* Fixed so when clicking in ubavisualizer panel visual studio moves to top
[CL 35350205 by henrik karlsson in ue5-main branch]
- Project generation will add a new IsTestTarget property in the "Globals" property group section of the project file for explicit test target projects
- UnrealVS checks for this property and does not change the command line for test targets
- TestRunner removes all project argument logic - that can be passed after --extra-args using -project="Path/To/*.uproject" and/or -projectdir="Path/To/Project"
- OSS and Online global handlers, which occur during the Catch2 session, will read project name and/or directory using SetProjectNameAndDirectory from TestCommon/Initialization.h
#jira UE-189840
[CL 26688348 by chris constantinescu in ue5-main branch]
* Added "Generate Assembly" menu option that asks UBT to compile a single file and generate an assembly file.
* Upgraded UnrealVS.vsix to version 1.84.3
#jira none
#rb Joe.Pribele
#preflight
[CL 24559407 by LouisPhilippe Seguin in ue5-main branch]
changed to output to a file so that the output is not combined with UE_LOG lines
https://p4-swarm.epicgames.net/reviews/24413087
#rb devin.doucette
#preflight 63fe5113ac6c61e2b54d297b
[CL 24448086 by joe pribele in ue5-main branch]
Bumped version number to trigger a reinstall.
Updated release notes.
#rb joe.pribele
#jira UE-174627
#lockdown jeanmichel.dignard
#preflight 63e0e0a09740e583f41f5230
[CL 24031659 by sebastian nordgren in ue5-main branch]
Bumped version number to trigger a reinstall.
Updated release notes.
#rb joe.pribele
#jira UE-174627
#lockdown jeanmichel.dignard
#preflight 63e0e0a09740e583f41f5230
[CL 24031464 by sebastian nordgren in ue5-main branch]
* FileBrowser - Added so ctrl-shift-I is pasting selected file as include in to current opened document
* CompileSingleFile - Added command CompileAndProfileSingleFile that run compile score around the compile (need version https://github.com/honkstar1/CompileScore for now, will do pull request up to main branch)
* Fixed some code based on warnings compiling UnrealVS
#preflight skipped
#rb joe.pribele
#jira none
[CL 24000515 by henrik karlsson in ue5-main branch]
- Added Revert command
- Checkout now also Opens for Add if the file is not already added.
#review-23526187 @joe.kirchoff, @paul.chipchase
#preflight none
[CL 23660607 by sebastian nordgren in ue5-main branch]