sebastian werema
fe34eb6f95
Fix for landscape weightmap compression not being applied
...
#rb denys.mentiei, jonathan.bard
[CL 36147965 by sebastian werema in 5.5 branch]
2024-09-10 11:35:40 -04:00
dmitriy dyomin
e6e91cd4be
Flavorless 'Android' target platform now defaults to ASTC flavor
...
#jira UE-221681
#rb Jack.Porter
[CL 35588933 by dmitriy dyomin in ue5-main branch]
2024-08-16 04:10:16 -04:00
steve robb
4a6d973b1d
Fixed some 'deprecated' FString usage.
...
#rb james.hopkin
[CL 34645812 by steve robb in ue5-main branch]
2024-06-25 12:38:57 -04:00
steve robb
92463911c8
Fixed mismatched printf format arguments.
...
#rb brandon.schaefer
[CL 33264801 by steve robb in ue5-main branch]
2024-04-26 11:02:47 -04:00
charles bloom
ae7c9884ac
AndroidTargetPlatformControls.cpp nop comments only
...
[CL 33050206 by charles bloom in ue5-main branch]
2024-04-17 17:33:56 -04:00
Almax27
a5766d8e52
PR #11615 : Fixed Android_Multi builds treating ASTC_NormalRG as ASTC_NormalLA
...
#jira UE-209577
#rb jack.porter
[CL 32320714 by Almax27 in ue5-main branch]
2024-03-19 05:40:05 -04:00
florin pascu
4212ff13dc
Deprecated FTargetPlatformBase, TTargetPlatformBase and TNonDesktopTargetPlatformBase
...
Replaced with FTargetPlatformControlsBase/FTargetPlatformSettingsBase, TTargetPlatformControlsBase/TTargetPlatformSettingsBase and TNonDesktopTargetPlatformControlsBase
#jira UE-206488
#rb Josh.Adams
[CL 32151592 by florin pascu in ue5-main branch]
2024-03-11 07:24:38 -04:00
dmytro ivanov
9fc50fe3f1
Fixing quick launch not working on Android when using Zen Store and target device and host are on different networks
...
#jira UE-206905
#rb Chris.Babcock, Zousar.Shaker
[CL 31843354 by dmytro ivanov in ue5-main branch]
2024-02-27 12:08:30 -05:00
rafa lecina
49e24ea72f
Allow to set a custom debug keystore instead of always using default one
...
#jira UE-202881
[REVIEW] [at]Chris.Babcock
#rb Chris.Babcock
[CL 31834155 by rafa lecina in ue5-main branch]
2024-02-27 03:54:20 -05:00
chris babcock
4d31e78995
Fix Android architecture check for project settings
...
#jira UE-207798
#android
[REVIEW] [at]Billy.Quick
#rb Billy.Quick
[CL 31767700 by chris babcock in ue5-main branch]
2024-02-23 12:34:07 -05:00
josh adams
ddf367b168
- Set all *TargetPlatform.Build.cs's to set the new SDKVersionRelevantPlatforms list so that per-project SDK version overrides will compile unique versions of those modules when that platform's SDK version of overridden
...
[FYI] Florin.Pascu
#rb Joe.Kirchoff
[CL 31665032 by josh adams in ue5-main branch]
2024-02-20 20:01:11 -05:00
yiliang siew
34c5b236cf
Introduce short names for both AndroidTargetPlatformControls and AndroidTargetPlatformSettings, which are causing certain built targets to run afoul of the MAX_PATH limit we impose on UBT file path lengths.
...
#rb Chris.Babcock, Florin.Pascu, Jack.Porter, Josh.Adams
[CL 31215454 by yiliang siew in ue5-main branch]
2024-02-06 10:58:52 -05:00
florin pascu
937a75b1c3
Fix QuickLaunch Android
...
#jira UE-205200
#rb Chris.Babcock, Jack.Porter
[CL 31082732 by florin pascu in ue5-main branch]
2024-02-01 06:25:59 -05:00
florin pascu
55ad3028f5
Add missing change from CL 30963863
...
(fixes crash when viewing device output on Android)
#jira UE-200883
#rb Jack.Porter
[CL 31039571 by florin pascu in ue5-main branch]
2024-01-31 02:31:12 -05:00
florin pascu
410798602b
Fix no unity build
...
[CL 30964761 by florin pascu in ue5-main branch]
2024-01-29 06:16:09 -05:00
florin pascu
367836ea48
First part of TargetPlatform(TP) refactor into TargetPlatformSettings(TPS) and TargetPlatformControls(TPC)
...
TPS doesn't need SDK and will be used to get info about the platform
TPC requires SDK
AndroidTP has been converted to the new system
#jira UE-200883
#rb Jack.Porter
[CL 30963885 by florin pascu in ue5-main branch]
2024-01-29 04:50:19 -05:00
nick edwards
69726f5ee7
Update code using FJsonObject to use TCHAR strings instead of ANSI strings. Removes unnecessary string conversions and removes compilation errors when FJsonObject is updated to use FStringViews.
...
[CL 28536648 by nick edwards in ue5-main branch]
2023-10-06 08:18:42 -04:00
dmitriy dyomin
b967feaef8
Add ability to setup VT support on a per-platform basis
...
#rb jeremy.moore
[CL 28260983 by dmitriy dyomin in ue5-main branch]
2023-09-26 22:38:26 -04:00
steve robb
48500da759
More operator new(TArray) fixes.
...
#rb andriy.tylychko
[CL 27823303 by steve robb in ue5-main branch]
2023-09-13 05:23:54 -04:00
robert srinivasiah
908519bd95
OpenXR: fix Quest packaging telemetry
...
We changed the config attribute to a bool, but didn't change the analytics event API from Array to Bool.
#jira UE-192811
#rb Jeff.Fisher, Arciel.Rekman
#rnx
[CL 27050112 by robert srinivasiah in ue5-main branch]
2023-08-11 18:19:14 -04:00
KXOC
1565be65b4
Replace list of quest devices in packaging settings with checkbox to package for all quest devices.
...
Also updating VRTemplate to create projects with the new settings and removing daydream deploy logic.
#jira UE-183636
#rb jeff.fisher robert.srinivasiah
[CL 25895938 by KXOC in ue5-main branch]
2023-06-09 11:58:31 -04:00
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
dmitriy dyomin
a92569bd6c
Added support for ASTC Luminace+Alpha encoded normal maps
...
#preflight 6404782e1d304a5471847436
#p4v-cherrypick 24518576
[CL 25315328 by dmitriy dyomin in ue5-main branch]
2023-05-03 05:07:09 -04:00
Florin Pascu
cd8651734e
UX: Remove user-visible ES31 editor references and replace with Mobile
...
#jira UE-134173
#rb Jack.Porter
#preflight 6447ac2e641e2c3cb4227930
[CL 25178065 by Florin Pascu in ue5-main branch]
2023-04-25 07:05:08 -04:00
jamie dale
933348f856
Use the FMessageDialog overloads that pass the optional title by-value
...
#jira
#rb none
#rnx
[CL 25062589 by jamie dale in ue5-main branch]
2023-04-15 19:49:32 -04:00