You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
The issue was that the code that captures screenshots on a device and sends them was the editor was setting a 'path' variable that represented what a screenshot *would* be saved at on the local system. (The screenshot was not actually saved, it's returned as raw data in the message). This meant that the editor would try to save for screenshots to a local path that did not exist (e.g. g:\settings\ on xbox) and fail. The fixes here are - 1) Add some warnings to the code that tries to save screenshots if that fails 2) Change the names of the screenshot functions in AutomationCommon to clarify what they should be used for. 3) Change the 'path' variable in the message to screenshot name. 4) Calculate the path to use for screenshots on the editor. #tests ran EngineTest on WIn64, PS4, and XboxOne (which now passes). #jira UE-69399 #rb swarm #ROBOMERGE-SOURCE: CL 11733277 in //UE4/Release-4.25/... via CL 11733309 #ROBOMERGE-BOT: RELEASE (Release-4.25Plus -> Main) (v656-11643781) [CL 11733341 by andrew grant in Main branch]