You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
-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 32491240 by ryan gerleve in 5.4 branch]