You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
* Poll configs are now set using Frequency (updates per second) instead of frames between polls. * This allows the poll configs to work with any type of server tick rate * Added ability to recover a given object's poll frequency via GetPollFrequencyOfRootObject * ActorReplicationBridge will now listen to changes in server tick rates and reinitalize the poll frame updates of all objects via ReinitPollFrequency() #jira UE-185786 #rb Peter.Engstorm #rnx [CL 25894242 by louisphilippe seguin in ue5-main branch]