Commit Graph

645 Commits

Author SHA1 Message Date
dominik peacock
fc67910b07 Replication editor: Filter by property type
#jira UE-191954
#rb none
[FYI] Jason.Walter

[CL 26913054 by dominik peacock in ue5-main branch]
2023-08-08 07:01:55 -04:00
dominik peacock
a228336a3c Replication Editor: Automatically add static mesh and camera components when adding actor
#jira UE-191782
#rb Jason.Walter

[CL 26879134 by dominik peacock in ue5-main branch]
2023-08-07 05:22:56 -04:00
dominik peacock
88464c9148 Replcation editor: Auto-add subobjects based on config
#jira UE-191782
#rb none
[FYI] Jason.Walter

[CL 26805828 by dominik peacock in ue5-main branch]
2023-08-03 07:59:09 -04:00
dominik peacock
6d757309ae Fix failing unit test for Concert Replication
#rb none
[FYI] Jason.Walter

[CL 26805069 by dominik peacock in ue5-main branch]
2023-08-03 07:35:25 -04:00
dominik peacock
6bfa66a073 Fix missing include for non-unity
#rb none
[FYI] Jason.Walter

[CL 26804321 by dominik peacock in ue5-main branch]
2023-08-03 07:10:37 -04:00
dominik peacock
478ed1ef23 Replicate objects via Concert. This is an inefficient MVP prototype which just serializes the entire objects and sends it all.
#jira UE-190166
#rb Jason.Walter

[CL 26802814 by dominik peacock in ue5-main branch]
2023-08-03 06:25:40 -04:00
valentin ritzi
cc6a4c8908 [Concert] Modifying ConcertSyncServer transport plugin check
Modifying the ConcertSyncServer transport plugin check to shutdown if neither of the two supported plugins UdpMessaging/QuicMessaging is available.

#rb jason.walter, stuart.hill, federico.lopez

[CL 26769297 by valentin ritzi in ue5-main branch]
2023-08-02 09:09:02 -04:00
jason walter
bb52d85fa1 Fix crash on -game instances when loading the pending take.
#jira UE-191397
#rb none
#rnx

[CL 26671717 by jason walter in ue5-main branch]
2023-07-28 09:27:05 -04:00
jason walter
12ac8d6f9b Fix ensure during leaving MU session.
#jira UE-191310
#rb none
#rnx

[CL 26642346 by jason walter in ue5-main branch]
2023-07-27 11:45:01 -04:00
jason walter
0b12f4d916 Cloase all open sequencers opened during a Multi-user session.
#jira UE-180324
#rb none
#rnx

[CL 26619885 by jason walter in ue5-main branch]
2023-07-26 16:27:20 -04:00
jason walter
17320f7d3c Add a scoped variable to control the call of FlushRenderingCommands() in ActorComponent. This causes some performance issues on -game instances. It is only disabled during snapshot transactions in Multi-user.
#jira UE-191134
#rb jamie.dale

[CL 26618077 by jason walter in ue5-main branch]
2023-07-26 15:31:13 -04:00
jason walter
b43b59499f Only call the base implementation to PreEditChange() when in -game nodes to prevent FlushRenderingCommands(). This is only for interactive changes.
#jira UE-191134
#rb francis.hurteau, jamie.dale

[CL 26612644 by jason walter in ue5-main branch]
2023-07-26 13:06:59 -04:00
dominik peacock
4c0948e43c Add missing copyright boilerplate
#rb none

[CL 26603035 by dominik peacock in ue5-main branch]
2023-07-26 07:29:36 -04:00
dominik peacock
3d10c23b54 Split SConcertBrowser.cpp up into multiple .cpp & .h files
#rb none
[FYI] Jason.Walter

[CL 26602939 by dominik peacock in ue5-main branch]
2023-07-26 07:21:32 -04:00
dominik peacock
9ea750774e Remove feature activation CVars
#jira UE-190952
#rb none
[FYI] Jason.Walter

[CL 26577005 by dominik peacock in ue5-main branch]
2023-07-25 12:09:40 -04:00
dominik peacock
2a864a08ca Fix struct properties not being initialized properly
#jira UE-190376
#rb none
[FYI] Jason.Walter

[CL 26576304 by dominik peacock in ue5-main branch]
2023-07-25 11:51:15 -04:00
jason walter
62a2377b87 Only serialize our nested object flag when we are running the reader/writer in those modes.
#rb rex.hill

[CL 26573222 by jason walter in ue5-main branch]
2023-07-25 10:34:53 -04:00
martin sevigny
2c71bfc277 Add ShortName to ConcertSharedSlate.
#rb trivial
[FYI] marc.audy

[CL 26523064 by martin sevigny in ue5-main branch]
2023-07-21 15:42:43 -04:00
jason walter
bb2d8d03cd Fix deferencing nullptr found by static analysis.
#jira UE-174790
#rb none
#rnx

[CL 26502231 by jason walter in ue5-main branch]
2023-07-20 20:38:25 -04:00
jason walter
ce504347c2 Check for nullptr before attempting to save the layout.
#jira UE-190547
#rb none
#rnx

[CL 26493178 by jason walter in ue5-main branch]
2023-07-20 15:31:38 -04:00
jason walter
995e04c5d4 Serialize pending take data and send it over the wire when users open the pending take. This allows users to capture uses of level sequences that were opened in Take Recorder.
#jira UE-174790
#rb dominik.peacock
#rnx

[CL 26487865 by jason walter in ue5-main branch]
2023-07-20 11:59:58 -04:00
martin sevigny
574e8e6e2e Add a ShortName to modules that generated paths over the 200 chars limit and a few modules that were realy close (198+)
#rb Joe.Kirchoff

[CL 26461514 by martin sevigny in ue5-main branch]
2023-07-19 11:10:49 -04:00
dominik peacock
811ee6b080 Add missing header guards
#rb none
[FYI] Jason.Walter

[CL 26371984 by dominik peacock in ue5-main branch]
2023-07-06 07:44:54 -04:00
dominik peacock
1c35c05a22 Fix missing copyright
#rb none
[FYI] Jason.Walter

[CL 26371958 by dominik peacock in ue5-main branch]
2023-07-06 07:32:44 -04:00
dominik peacock
29d00b96ce Editor for multi user replication asset
#jira UE-190165
#rb Jason.Walter

[CL 26371941 by dominik peacock in ue5-main branch]
2023-07-06 07:13:01 -04:00