Commit Graph

8 Commits

Author SHA1 Message Date
Ryan Hummer
4af2fd066d Updating Dev-Release-5.5 from Main at CL #36144969
#okforversepublic

[CL 36146571 by Ryan Hummer in Dev-5.5 branch]
2024-09-10 10:26:02 -04: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
steve robb
f029468598 Fixed up a lot of bool-taking container resize functions to take EAllowShrinking instead.
[CL 30729174 by steve robb in ue5-main branch]
2024-01-19 16:41:35 -05:00
jason walter
bfe09fb7c7 Add a multi-user custom event sequencing. The package event and transaction events exists independently from each other but transaction events can occur between packages events. We need to make sure that these are sequenced properly otherwise the transaction could get applied incorrectly.
We also fixed ReplayTransaction when loading an asset; replay transactions only need to occur if the transaction was applied after the package event.

#jira UE-177465
#rb dominik.peacock
#preflight 646f871250786bb5ba85b1ef

[CL 25623286 by jason walter in ue5-main branch]
2023-05-25 12:32:57 -04:00
Joe Kirchoff
7de7ec1472 Run FixIncludePaths on Concert
#rnx
#rb trivial
#preflight 63ebfa805c7bd278c1af3337

[CL 24221225 by Joe Kirchoff in ue5-main branch]
2023-02-14 16:39:03 -05:00
eric knapik
bfa04ba727 #jira: UE-176294
Fix client and server module definition typo.

[FYI] Marc.Audy

[CL 24085601 by eric knapik in ue5-main branch]
2023-02-08 18:08:20 -05:00
jason walter
415ffc67ea Add a pop-up to defer reload until the operation deems appropriate. This is to prevent VCam users getting disrupted in a session.
#jira UE-170975
#rb dominik.peacock
#preflight 63e13499cc75b13767ca88cd
#lockdown alejandro.arango

[CL 24042019 by jason walter in ue5-main branch]
2023-02-06 19:13:35 -05:00
jason walter
52308eb827 Split concert client code from concert server code to allow us to incorporate game tags in the editor client.
#rb dominik.peacock
#jira UE-168182
#preflight 63c6cf3c02024f93d8635de3

[CL 23739781 by jason walter in ue5-main branch]
2023-01-17 12:04:24 -05:00