317 Commits

Author SHA1 Message Date
robert srinivasiah
e83daac91f 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 27049574 by robert srinivasiah in 5.3 branch]
2023-08-11 18:07:22 -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
carl lloyd
7a31ca4270 Enable Android Vulkan SM5 Ray Tracing
#rb jeannoe.morissette, yuriy.odonnell
#preflight 643966259566b61450eddea4

[CL 25040539 by carl lloyd in ue5-main branch]
2023-04-14 10:52:39 -04:00
chris babcock
c3a3d4f2ed Fix up support for Google Play Services (remove CVE-2022-2390 issue)
Add AdMob app id and tag/ratings selections

#jira UE-181390
#android
[REVIEW] [at]Jack.Porter
#rb Jack.Porter

#preflight https://horde.devtools.epicgames.com/job/6434796f4c3ccbbdf186fbf7

[CL 24987419 by chris babcock in ue5-main branch]
2023-04-10 23:19:00 -04:00
Dmitriy Dyomin
fe20ef04d6 Fixed: linking issues when building program target
#jira none
#preflight 640561df8c0039bbf7f8e75f

[CL 24518693 by Dmitriy Dyomin in ue5-main branch]
2023-03-05 22:54:38 -05:00
Dmitriy Dyomin
1221e5705d Added support for ASTC Luminace+Alpha encoded normal maps
#jira none
#preflight 6404782e1d304a5471847436

[CL 24518576 by Dmitriy Dyomin in ue5-main branch]
2023-03-05 21:08:09 -05:00
christopher waters
4433e5ef39 Removing Private include paths from a number of modules. Their Private dependencies were cleaned up in previous CLs.
[CL 24509837 by christopher waters in ue5-main branch]
2023-03-03 18:21:53 -05:00
charles bloom
b579f716f1 Fix TargetPlatform includes for NoPCH
#preflight https://horde.devtools.epicgames.com/job/63fd3167dd78dd50f6bae7da
#rb none

[CL 24434579 by charles bloom in ue5-main branch]
2023-02-27 18:00:58 -05:00
charles bloom
88101ec03c Add comments on TC_EncodedReflectionCapture to indicate that it is vestigial
behavior nop
Use of it was removed in :
CL 22025079 Change the reflection capture's encoded HDR data to RG11B10 format.

#rb none
#preflight none

[CL 24433881 by charles bloom in ue5-main branch]
2023-02-27 17:30:17 -05:00
charles bloom
2f3c380734 TargetPlatform remove unnecessary TextureCube casts
behavior nop

#rb none
#preflight none

[CL 24432878 by charles bloom in ue5-main branch]
2023-02-27 16:49:05 -05:00
charles bloom
51a5e3e5a9 fix Platform Texture name remaps should be done before Conditional Prefix
this way having the OODLE_ or TFO_ prefix enabled doesn't break ETC or ASTC remaps in the platform
fix TextureFormatRemovePrefixFromName incorrectly assuming format names don't have underscores in them
Platform remap config no longer needs prefixed versions
this also turns on Oodle for Android DXT flavor

#preflight https://horde.devtools.epicgames.com/job/63fcf77960163ed3c2494e6e
#rb dan.thompson
#jira none

[CL 24428598 by charles bloom in ue5-main branch]
2023-02-27 14:02:31 -05:00
Dmitriy Dyomin
a2d5463281 Fallback to R16F on Android as a replacement for a missing R16Unorm pixel format on GLES
#jira none
#preflight 63f8b43b1206d91a2bc3a55d

[CL 24399455 by Dmitriy Dyomin in ue5-main branch]
2023-02-24 08:09:58 -05:00
dmitriy dyomin
3ed0232001 Fixed: Runtime VT looks darker than streaming VT on Android
Use ETC2 RG11 compression for SVT normal maps on Android and iOS so it matches RVT format
#jira UE-176886
#preflight 63ea3d5be92f139c5137a6b0
#rb Jack.Porter

[CL 24174388 by dmitriy dyomin in ue5-main branch]
2023-02-13 10:02:24 -05:00
henrik karlsson
ce587eb612 Added markups for headers that can't be compiled standalone.. this is needed for both Header units and IWYU
#preflight 63789b0c170bc34a93a869e5
#rb none

[CL 23552160 by henrik karlsson in ue5-main branch]
2022-12-21 02:46:50 -05:00
christopher waters
f8abec7a8e Material header dependency cleanup
- Removing MaterialAttributeDefinitionMap and MaterialRenderProxy from MaterialShared.h
- Removing MaterialShared from Material.h

#preflight 639cbb35776b61ba3b82f03e

[CL 23541603 by christopher waters in ue5-main branch]
2022-12-16 16:24:02 -05:00
Chris Babcock
0717282aad Fixes for truncation warnings for Android modules
#jira UE-166460
#android
#review @Jack.Porter
#rb Jack.Porter

#preflight https://horde.devtools.epicgames.com/job/638f4c435c5308d18cd75f17

[CL 23406982 by Chris Babcock in ue5-main branch]
2022-12-06 09:32:23 -05:00
aditya ravichandran
f8b7ee5555 Replace any instances of "Source Control" with "Revision Control" in text in the Editor
#rb JeanMichel.Dignard, Robb.Surridge
#preflight 637d180efa348e8480e8837e

[CL 23250808 by aditya ravichandran in ue5-main branch]
2022-11-23 11:57:50 -05:00
henrik karlsson
b5164ac775 Fixes to make modules compile with IWYU. We've added to IWYU toolchain so it compiles "orphaned" headers which does not have a owning cpp file. This identified lots of headers that couldn't be compiled by themselves (or if they were to included first)
Change consist of only forward declaration and additional includes

#preflight 63789c1de30d438849c48188
#rb none

[CL 23218412 by henrik karlsson in ue5-main branch]
2022-11-21 03:22:23 -05:00
henrik karlsson
b5b86c796c This change is a strategical submit for a coming change that removes lots of includes in headers that are included by many files. This change contains adding of includes in files that previously got those includes transitively from other inclkudes
#preflight 6355d4940313c24974b2107b
#rb none

[CL 22783162 by henrik karlsson in ue5-main branch]
2022-10-26 12:57:32 -04:00
bryan sefcik
0beee50b45 Updated ../Engine/Source/Developer/... to inline gen.cpp files
Before:
Total CPU Time: 53783.640625 s
Total time in Parallel executor: 558.66 seconds
After:
Total CPU Time: 47886.140625 s
Total time in Parallel executor: 498.81 seconds

#jira

[CL 22173145 by bryan sefcik in ue5-main branch]
2022-09-24 13:31:25 -04:00
wei liu
1ad7e6c79b Change the reflection capture's encoded HDR data to RG11B10 format.
Skip reflectio for simple translucent materials for both mobile forward and deferred.

Translucent materials fall back to single reflection or sky capture on mobile deferred if clustered reflection is disabled.

#jira none

#rb Dmitriy.Dyomin
#preflight 632427b88c3def91aa6545ed

[CL 22050309 by wei liu in ue5-main branch]
2022-09-16 11:33:36 -04:00