Commit Graph

218 Commits

Author SHA1 Message Date
ben marsh
cdfbabee2e UGS: Disable build health project setting for Lyra.
#jira UE-209103

[CL 32110278 by ben marsh in ue5-main branch]
2024-03-07 20:02:18 -05:00
ben zeigler
99d5b0684f Enable the RuntimeTests plugin in Lyra
#jira UE-207683

[CL 32096569 by ben zeigler in ue5-main branch]
2024-03-07 14:30:12 -05:00
mark lintott
2700284fbc Added a new EditorPerformance to a plugin.
It's experimental and not enabled by default
#rb robert.millar, logan.buchy
#jira UE-207860

[FYI] thierry.begin

[CL 32092375 by mark lintott in ue5-main branch]
2024-03-07 13:05:47 -05:00
alejandro aguilar
f5597169d7 Refacted CommonSessionSubsystem to have presence always enabled in lobbies and sessions on Lyra
#jira UE-208083
[REVIEW] [at]Chris.Varnsverry, [at]Ben.Zeigler
#rb Chris.Varnsverry

[CL 32048185 by alejandro aguilar in ue5-main branch]
2024-03-06 03:53:50 -05:00
jerome delattre
d763a509d7 Fix Lyra buildgraph PGO compilation configurations handling
[CL 31923758 by jerome delattre in ue5-main branch]
2024-02-29 16:46:22 -05:00
ryan gerleve
eb8021c86d Add some optional handling of replicated actor outer changes on servers.
-Only supports dynamically spawned actors, not placed actors
-UNetDriver::NotifyActorRenamed now has a PreviousOuter parameter
-Net driver notifies any ReplicationDriver (replication graph) of actor renames
-ReplicationGraph APIs added to update internal actor level tracking (this can be toggled with the cvar Net.RepGraph.HandleDynamicActorRename)
-Added cvar net.CleanUpRenamedDynamicActors that will tell clients to destroy an actor if the server moves it to a level that's not currently visible on the client (disabled by default to preserve current behavior)

#jira UE-201875
#rb LouisPhilippe.Seguin
[FYI] Todd.Eckert, Jon.Sourbeer

[CL 31915797 by ryan gerleve in ue5-main branch]
2024-02-29 13:26:08 -05:00
chris applegarth
7027cc826c Lyra config changes to enable PF.
[REVIEW] [at]Lorry.LI
part2

#rb lorry.li

[CL 31875662 by chris applegarth in ue5-main branch]
2024-02-28 12:49:35 -05:00
steve robb
f8d47335a4 Replaced RemoveAt(N, 1, EAllowShrinking::*) with RemoveAt(N, EAllowShrinking::*).
[CL 31626444 by steve robb in ue5-main branch]
2024-02-19 16:51:58 -05:00
dmitriy dyomin
353add63af Lyra: Bump Mid shadow quality settings for iOS and Android
CSM resolution 1024 -> 2048
#jira UE-205648
#rb Jack.Porter

[CL 31607043 by dmitriy dyomin in ue5-main branch]
2024-02-18 23:17:43 -05:00
steve robb
7eb4b03689 Probably CIS fix.
#jira UE-207169
#rnx

[CL 31565349 by steve robb in ue5-main branch]
2024-02-16 10:29:33 -05:00
chris varnsverry
7072e747f4 - Make UseLocalIPs a command line param to match other OSS'es.
#jira UE-207143
[FYI] alejandro.aguilar

[CL 31561904 by chris varnsverry in ue5-main branch]
2024-02-16 08:22:34 -05:00
jake niman
3d098b51d0 Add EOS Integrated Platform support for Steam using the -CustomConfig=EOS command line option.
This also includes the SteamEOS option to enable this in Lyra, but full Steam integrated platform support in Lyra is still a WIP

#jira UE-164071
[REVIEW] [at]michael.kirzinger [at]alejandro.aguilar
#rb chris.varnsverry

[CL 31511640 by jake niman in ue5-main branch]
2024-02-15 00:39:29 -05:00
yoan stamant
0d5635a910 Removed some headers dependencies on 'FHitResult' and 'FOverlapResult'
#rb Mieszko.Zielinski

[CL 31470741 by yoan stamant in ue5-main branch]
2024-02-14 09:15:30 -05:00
alex kahn
cdfd11e33e [Backout] - CL31425693 - CIS UE Error Backout 4/4
[FYI] Yoan.StAmant
Original CL Desc
-----------------------------------------------------------------
Removed some headers dependencies on 'FHitResult' and 'FOverlapResult'
#rb Mieszko.Zielinski

[CL 31440421 by alex kahn in ue5-main branch]
2024-02-13 14:37:03 -05:00
jake niman
04c5bc3f75 Add sessions-based presence plugin for Lyra to enable some very simple functional testing of presence functionality in Lyra
#jira UE-202380
[REVIEW] [at]rob.cannaday [at]michael.kirzinger
#rb Rob.Cannaday

[CL 31440370 by jake niman in ue5-main branch]
2024-02-13 14:36:02 -05:00
alex kahn
a9c5a128b2 [Backout] - CL31433483 - CIS UE Error Backout 1/4
[FYI] Yoan.StAmant
Original CL Desc
-----------------------------------------------------------------
Lyra and CitySample fixes for Issue 429340
#rb yoan.stamant

[CL 31439353 by alex kahn in ue5-main branch]
2024-02-13 14:17:34 -05:00
yoan stamant
b3fc5547d5 Lyra and CitySample fixes for Issue 429340
#rb yoan.stamant

[CL 31433828 by yoan stamant in ue5-main branch]
2024-02-13 12:39:42 -05:00
yoan stamant
00a0c5ac5d Removed some headers dependencies on 'FHitResult' and 'FOverlapResult'
#rb Mieszko.Zielinski

[CL 31425867 by yoan stamant in ue5-main branch]
2024-02-13 09:57:09 -05:00
vincent robert
66457b1222 Fix compilation error in Lyra
fallout from CL 31383142
#jira UE-202397

[CL 31385804 by vincent robert in ue5-main branch]
2024-02-12 11:49:26 -05:00
vincent gauthier
ab2d185c94 Crash In Thumbnails Generation for Widget Blueprint. The LyraActionWidget was accessing a null ptr when Enhanced Input was not available.
#jira UE-206174
#rb daren.cheng

[CL 31348779 by vincent gauthier in ue5-main branch]
2024-02-09 13:43:25 -05:00
zousar shaker
e61efb0ac5 Change default configuration to have bUseZenStore=True. Remove reduandant project configurations. There are two template projects that have bUseIoStore=False, and for those I'm setting bUseZenStore=False for now.
[CL 31098124 by zousar shaker in ue5-main branch]
2024-02-01 14:56:52 -05:00
ben zeigler
38d0d0d9c3 Move the GameFeatures and ModularGameplay plugins out of Experimental and put them in Runtime. The plugins have been considered as Beta since 5.2 but they were not moved at the time
The default templates for new game feature plugins were moved as part of this and you may need to update your game's defaulteditor.ini file if it overrides the defaults
#rb Eric.Knapik

[CL 31065946 by ben zeigler in ue5-main branch]
2024-01-31 16:54:18 -05:00
DanteSSS333
5b5542d5b9 PR #10984: Change LyraUIMessaging to use CommonLocalPlayer for eaiser use by other projects
#jira UE-197972
#rb ben.zeigler

[CL 30935144 by DanteSSS333 in ue5-main branch]
2024-01-26 14:30:14 -05:00
ben zeigler
e2f605e159 Fix crash in Lyra UI code if there is no player controller which can happen in PIE
#jira UE-197830

[CL 30934879 by ben zeigler in ue5-main branch]
2024-01-26 14:25:37 -05:00
steve robb
f43fc1d782 Fixed up more bool-taking calls to take EAllowShrinking instead.
[CL 30894388 by steve robb in ue5-main branch]
2024-01-25 14:09:12 -05:00