Josh Adams
46dc99a031
- Split Mac target/deployment versions to have editor and non-editor versions
...
- Moved them into SDK.json
- Fixed up some deprecation warnings when tarrgeting macOS 13
- IOS is still using old .ini project setting method
#rb adam.kinge, carl.lloyd, zack.neyland
#jira none
#p4v-cherrypick 31649922
[CL 32701777 by Josh Adams in 5.4 branch]
2024-04-03 12:51:15 -04:00
buildmachine
9556237be0
Localization Automation using CL 32682986
...
[CL 32690246 by buildmachine in 5.4 branch]
2024-04-03 01:26:09 -04:00
Voulz
b3f18994d3
MovieGraph: Fixed missing Export macros for FMovieGraphImagePassBase and associated data structures.
...
Also fixed the ViewActor not being set in the Movie Graph which was a regression compared to the Movie Render Queue.
#jira UE-211218
#rb chad.williams, matt.hoffman
PR #11696
[CL 32682986 by Voulz in 5.4 branch]
2024-04-02 18:20:41 -04:00
ryan brucks
47733d6404
Landmass: Fixed warnings relating to null ErosionComponent MIDs and resaved testmaps. Volumetrics: Remvoed volumetric light beam that was somehow saved with newer engine and refusing to open in 5.4.
...
#JIRA UE-210236, UE-210240
#rb marc.audy
[CL 32680464 by ryan brucks in 5.4 branch]
2024-04-02 17:12:07 -04:00
jose villarroel
fc49b8fc02
Fixed issue where adding a blendpsace, montage or composite without a previously cached index fails.
...
#jira UE-208458
#rn minor
#review-32678955 @Samuele.Rigamonti
#ushell-cherrypick of 32591064 by roland.munguia
#rb samuele.rigamonti
[CL 32679631 by jose villarroel in 5.4 branch]
2024-04-02 16:51:34 -04:00
Stu McKenna
a7706599cb
- Fix for inconsistent shader linkage when using instanced stereo
...
#rb Dmitriy.Dyomin
#jira UE-210225
[CL 32677577 by Stu McKenna in 5.4 branch]
2024-04-02 15:40:14 -04:00
Chris Babcock
1a93a0199b
Filter out VR manifest changes from AFS project APK (uses __ExcludeFromAFS="true" attribute tag)
...
#jira UE-211165
#android
#review @Ben.Temple
#rb ben.temple
[CL 32676508 by Chris Babcock in 5.4 branch]
2024-04-02 15:04:52 -04:00
reapazor
3459bfe58c
UGS: Remove hard dependency on Horde ( #11702 )
...
#jira UE-211142
[CL 32674463 by reapazor in 5.4 branch]
2024-04-02 14:10:18 -04:00
ben marsh
c5f6c03109
Horde: Build server image on same BuildGraph agent as bundled image
...
#jira UE-210907
[CL 32673396 by ben marsh in 5.4 branch]
2024-04-02 13:51:27 -04:00
joe kirchoff
0cc55e78e9
Rollback preferred MSVC to 14.38
...
#rnx
#jira UE-210812
[CL 32673337 by joe kirchoff in 5.4 branch]
2024-04-02 13:50:38 -04:00
jeanfrancois dube
10e63181e9
Bring back deprecation warnings disabling macros in some code that's needed for another bramch integration.
...
#rb marc.audy
[CL 32672985 by jeanfrancois dube in 5.4 branch]
2024-04-02 13:46:24 -04:00
ben marsh
7854840849
Horde/UGS: Cherry-picking recent fixes from Main.
...
#jira UE-210907, UE-210738, UE-210738
[CL 32672902 by ben marsh in 5.4 branch]
2024-04-02 13:44:11 -04:00
graham wihlidal
5d78919d37
Fixed a couple serious bugs in the XB shader bundle implementation (incorrect allocation and DMA sizes, in some situations. Specifically, the FHeaderData prologue of the record data buffer, and the 4 byte counter in the execution buffer were not handled properly).
...
#rb Yuriy.ODonnell, Mihnea.Balta, Juan.Canada
#jira UE-207367
#[fyi] brian.karis, jamie.hayes, rune.stubbe
Remove unused virtual functions in FRHIShaderBundle
#jira UE-207367
[FYI] graham.wihlidal
#[robomerge][bot5] -FNMain
#ushell-cherrypick of 32262490 by jeremy.moore
#ushell-cherrypick of 32553368 by graham.wihlidal
#ushell-cherrypick of 32655996 by graham.wihlidal
[CL 32672665 by graham wihlidal in 5.4 branch]
2024-04-02 13:37:33 -04:00
carl lloyd
b7da6b7c0b
Fix for Mac when submitting commands, ignore the CanRestartRenderPass in SubmitCommandsHint
...
#rb Mihnea.Balta
#jira UE-210964
[CL 32671737 by carl lloyd in 5.4 branch]
2024-04-02 13:04:19 -04:00
Ryan Hummer
0972cd8aa9
Fixing git status untracked files
...
#rnx
#jira UE-210876
[CL 32669332 by Ryan Hummer in 5.4 branch]
2024-04-02 11:55:47 -04:00
adrien logut
e9527fbdbe
[PCG] Fixing ASAN in PCG Subgraph Collapse, storing a pointer on something that goes out of scope
...
#rnx
#jira UE-210971
#rb julien.lheureux, Patrick.Enfedaque
[CL 32668528 by adrien logut in 5.4 branch]
2024-04-02 11:38:53 -04:00
buildmachine
8454a2c588
Localization Automation using CL 32655971
...
[CL 32658120 by buildmachine in 5.4 branch]
2024-04-02 00:55:51 -04:00
dmitriy dyomin
20bc107f6c
Fixed: Vulkan validation realated to buffer size mismatch for vkCmdCopyBuffer command
...
#jira UE-210850
#rb mihnea.balta
[CL 32655971 by dmitriy dyomin in 5.4 branch]
2024-04-01 20:05:45 -04:00
patrick enfedaque
9654b73b8b
[PCG] Fix ensure caused by last fix CL32585341
...
- Unloading a Level Instance containing PCG Components we would hit the new map in FindAndPrintStaleReferencesToObjects (which gets cleared on next tick)
- Replace by TObjectKeys to avoid hard refs
#jira UE-210648
#rb adrien.logut, julien.lheureux
#rnx
[CL 32652269 by patrick enfedaque in 5.4 branch]
2024-04-01 17:09:36 -04:00
maxime mercier
f909134f6e
#jira UE-211098
...
[REVIEW]
#rb aurel.cordonnier
[CL 32652259 by maxime mercier in 5.4 branch]
2024-04-01 17:09:31 -04:00
buildmachine
b3bcc31276
Localization Automation using CL 32628491
...
[CL 32629508 by buildmachine in 5.4 branch]
2024-03-30 01:26:44 -04:00
ryan buehler
d1106054fb
[PCG] Fix for a subsequent build problem
...
#rnx
#rb
[CL 32628491 by ryan buehler in 5.4 branch]
2024-03-29 21:55:28 -04:00
ryan buehler
8e52507aea
[PCG] Fix Mac compile error in PCGInputOutputSettings
...
#rnx
#rb
[CL 32628321 by ryan buehler in 5.4 branch]
2024-03-29 21:26:58 -04:00
sevan dalkian
ecd40336c3
Submit tool generated changelist from default with files:
...
C:/P4/EG-THINKPAD_54/Templates/TP_nDisplayBP/Content/Maps/Main.umap
#jira UE-211029
#rb Alejandro.Arango
[CL 32628089 by sevan dalkian in 5.4 branch]
2024-03-29 20:52:57 -04:00
ryan mayeda
bf7b790bed
ME Templates and Showcases: Updated to use SM6 on Linux for rayracing
...
#jira UE-208867
#fyi sevan.dalkian, Vitalii.Boiko, Alejandro.Arango
#rb Alejandro.Arango
[CL 32627935 by ryan mayeda in 5.4 branch]
2024-03-29 20:29:17 -04:00