Commit Graph

102 Commits

Author SHA1 Message Date
adam kinge
b31af19cc7 Fix display of multiple iOS/tvOS devices in the QuickLaunch menu within the editor. The iOS icon will now show the type of device connection (wifi/usb)
- On a mouse hover over the mobile device (includes Android), show additional info about the OS version and model of the device
  - fixes top level device not showing the last selected device
  - don't reshow the selected device in the sub-menu

#jira UE-176230
#rb josh.adams
#preflight 646d3a424422ba05f4c29427

[CL 25601745 by adam kinge in ue5-main branch]
2023-05-24 09:39:39 -04:00
Josh Adams
a1c5fc5c2e - Changed target selection in Quick Launch when there is no game target to look for a client target
#rb david.harvey
#preflight 64261654486e7cce7d759d20

[CL 24862435 by Josh Adams in ue5-main branch]
2023-03-30 19:16:10 -04:00
josh adams
263cc27ae0 - Moved per-user-facing in ProjectPackagingSettings into a new class, UPlaformsMenuSettings, so that we don't sometimes write to DefaultGame.ini and sometimes Saved/Game.ini for the same class, which can cause issues where the editor has one value that doesn't match a target platform
- StagingDirectory, which was the user's location to store archived builds, not the actual StagingDirectory, is no longer exposed in settings
#rb david.harvey,zack.neyland
#preflight 6421ed2f803cb466e80d0ad4
#jira UE-176847

[CL 24811601 by josh adams in ue5-main branch]
2023-03-27 18:49:39 -04:00
David Harvey
59d71816c0 Add more LLM tags to platform-related editor things.
#jira UE-154803
#rnx
#rb trivial
#preflight 64120228924f0cb7222ffcee

[CL 24658216 by David Harvey in ue5-main branch]
2023-03-15 13:56:57 -04:00
David Harvey
e5c55c5c6e crash fix when receiving unknown device from Turnkey.
#rb trivial
#fyi Patrick.Laflamme
#rnx
#jira none
#preflight 640b0021d778f88975105a5b

[CL 24589134 by David Harvey in ue5-main branch]
2023-03-10 05:09:58 -05:00
eric mcdaniel
391d5185c3 Turnkey: Turnkey and editor support for controlling auto software update modes on platform devices
- this change just adds support to Turnkey and the editor UI to expose this support for supported platforms
  - follow on changes will be required to support the feature on a given platform

- Turnkey now tracks the auto software update mode per device
  - unknown/enable/disable
    - will be unknown for devices which do not support auto software updates or platforms which have not yet implemented support
- new UAT platform method SetDeviceAutoSoftwareUpdateMode() must be implemented for supporting platforms
- new Turnkey command DeviceAutoSoftwareUpdates for changing auto software update state on a device
- edtior exposes this functionality under the device entries in the platforms menu
  - devices which support auto software updates will expose an "Enable auto software updates" check box item in their Sdk Info menu
    - toggling this checkbox changes the auto software update policy on the device

#rb David.Harvey, Wojciech.Krywult
#jira UE-160691
#preflight 64012d69d249add4a205fe9c, 64078e72aa0042333551c821

[CL 24552009 by eric mcdaniel in ue5-main branch]
2023-03-07 19:11:50 -05:00
Josh Adams
585c2edf05 - Disabled some Turnkey async stuff is GIsRequestingExit, if an early shutdown happens (like when choosing a project to open)
#rb trivial
#jira UE-178203
#preflight 63f7d4c4a134e0b0593a5fbd

[CL 24389387 by Josh Adams in ue5-main branch]
2023-02-23 16:16:14 -05:00
axel riffard
38ed45026d IPA used as a donor for prepare for debug feature error handling
#jira UE-120589
rb trivial
#preflight 63f4cbeaff5afbbb030f8668

[CL 24338456 by axel riffard in ue5-main branch]
2023-02-21 09:06:59 -05:00
axel riffard
805ee75726 Fix warning in turnkey
#jira none
#rb trivial
#preflight 63f352d761378b7ea0f56fd1

[CL 24311637 by axel riffard in ue5-main branch]
2023-02-20 06:18:14 -05:00
swarm
b61361facf Secondary remote Mac
#jira UE-120589
# rb josh.adams
#preflight 63f2da7d90198dffbaaee3ff

[CL 24309059 by swarm in ue5-main branch]
2023-02-19 21:45:46 -05:00
axel riffard
f0898e1c0d Remote Prepare to Debug
#jira UE-120589
#rb josh.adams
#preflight 63db32457a39a18021af8c38

[CL 23964201 by axel riffard in ue5-main branch]
2023-02-01 23:02:14 -05:00
christopher fiala
746cef8da5 Move PerPlatformTargetFlavorName initialization to FTurnkeySupportModule::UpdateSdkInfo() so that automatically initialized following editor launch instead of being dependent on the Turnkey menu having been opened.
#jira UE-167881
#rb josh.adams
#preflight 63daacbbba4fadeef00c8ff1

[CL 23961016 by christopher fiala in ue5-main branch]
2023-02-01 19:26:11 -05:00
jeanmichel dignard
37eaa20602 Exec commands changes:
- Port some editor only exec commands to Exec_Editor.

#rb none
#preflight 63c5a00dd040694ab814f875

[CL 23732860 by jeanmichel dignard in ue5-main branch]
2023-01-16 17:05:05 -05:00
spayne
9332a45cbc PR #9787: Add level editor extensibility hooks to TurnKey (Contributed by spayne)
#rb sebastian.nordgren
#preflight 639c53b42540a78d27382e69

[CL 23536921 by spayne in ue5-main branch]
2022-12-16 06:36:33 -05:00
Zousar Shaker
b9548ddad4 Move Zen module public headers into an "Experimental" subfolder to have them reflect the feature status.
Fix locations that include the headers to use the "Experimental" subfolder and re-sort includes.  No functional change, purely a move, search+replace, and sort of includes.

#rb matt.peters
#preflight 63939eebc415e8dc78d35d63

[CL 23468934 by Zousar Shaker in ue5-main branch]
2022-12-09 16:11:41 -05:00
axel riffard
74a3402894 Fix localization warning
#rb trivial
#jira UE-162968
#preflight trivial

[CL 23151166 by axel riffard in ue5-main branch]
2022-11-16 01:27:38 -05:00
axel riffard
9780d35625 WrangleContentForDebugging UAT command to prepare for debug iOS / tvOS
#rb josh.adams
#jira UE-162968
#preflight 637458b1232e3d12cb01b154

[CL 23150547 by axel riffard in ue5-main branch]
2022-11-15 22:39:50 -05:00
henrik karlsson
fa90b399a4 Added includes for future change. This changelist only contains added #include and a couple of empty placeholder files
Tested compiling fortnite, unrealeditor, lyra, qagame with non-unity/pch

#preflight 63635997876630122adeab9f
#rb none

[CL 22958990 by henrik karlsson in ue5-main branch]
2022-11-03 14:18:47 -04:00
christopher fiala
761d47439b Fixed textures failing to cook when running quick launching onto an Android device before having opened the turnkey android sub-menu.
#jira UE-155492 UE-164721
#preflight
#approval Jack Porter

[CL 22705191 by christopher fiala in ue5-main branch]
2022-10-21 19:51:48 -04:00
david harvey
d090ec8cd1 early out of Turnkey sdk refresh if the engine is shutting down.
#jira UE-164328
#rb Josh.Adams
#rnx
#preflight 6331c9c1d747fe52c8a903fd

[CL 22191589 by david harvey in ue5-main branch]
2022-09-26 15:13:06 -04:00
devin doucette
abd22903b7 Fixed forwarding of -DDC=<Graph> to avoid initializing DDC and only forward non-default graph names
#preflight 631f926c1e6887c4a6d4c30d
#rb Zousar.Shaker

[CL 21984731 by devin doucette in ue5-main branch]
2022-09-13 12:12:58 -04:00
bryan sefcik
b93a6cf7ed Pass 1 on editor include fixes:
Removed redundant private include paths from build.cs files.
Fixed include paths to be relative to the private or public folders.
Hid or removed includes that reached into other private module folders.
Updated PublicInclude paths when necessary.

#jira
#preflight 631e283bec5b0c765fc0ffdb

[CL 21960084 by bryan sefcik in ue5-main branch]
2022-09-11 18:33:06 -04:00
david harvey
10b05a8cf3 Capture platform-specific project analytics for launching, cooking & packaging in the editor.
#jira UE-142191
#rb Brian.White, Wojciech.Krywult
#preflight 6319a11bd135b61bc5f729c9

[CL 21907474 by david harvey in ue5-main branch]
2022-09-08 19:33:14 -04:00
David Harvey
1c42048f1d fix Quick Launch On incorrectly selecting Client build targets
#jira UE-160755
#rnx
#rb Josh.Adams
#preflight 63033fdc516bef57ff63d4b6

[CL 21480830 by David Harvey in ue5-main branch]
2022-08-22 04:40:36 -04:00
David Harvey
37cb06fcf9 Platform SDK "Force Reinstall Sdk" is only shown in the editor if the 'best' SDK version is already selected, otherwise it shows 'Update Sdk'.
- note: 'best' is approximated as either MainVersion or MaxVersion to avoid touching the sdk file sources on editor startup.

#jira UE-158165
#rb Brian.White, Nuno.Leiria
#rnx
#preflight 62d53617f156340c79b0d02d

[CL 21145740 by David Harvey in ue5-main branch]
2022-07-18 06:38:28 -04:00