Commit Graph

6 Commits

Author SHA1 Message Date
steve robb
6d5b974842 Fixed up a lot of bool-taking container resize functions to take EAllowShrinking instead.
[CL 30735396 by steve robb in ue5-main branch]
2024-01-19 19:41:56 -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
valentin ritzi
40064f414d [Concert] Adapt ConcertServer to have a ParticipantCanJoinSession delegate for MultiUser Apps
Adapting the ConcertServer to have a new delegate ParticipantCanJoinSession that will be executed (if bound) when a participant attempts to join a session. The participants ConcertEndpointId, ConcertClientInfo and the SessionId are passed along to a bound delegate function. This change supports custom MultiUser Apps.

#jira UCS-7344
#rb jason.walter, manuel.lang
#preflight 646f16bd6c2a2532b12cda31

[CL 25617184 by valentin ritzi in ue5-main branch]
2023-05-25 04:12:45 -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
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