This seems to be because of recent changes made for [Link Removed]. Now that UNetDriver::bInTick is being properly tracked for derived classes, AOnlineBeacon::CleanupNetDriver is now deferring destr ...
The "OtherActor" pointer in an FComponentReference is invalidated when the referenced actor is reinstanced after compilation. ...
Reporting an issue where are users are getting prompted to auto-save, but then it appears to fail and asks them to manually save. They're being prompted with outdated save files, but get stuck in a ...
This is the same behavior for HLOD generation of World Partition. Replace is useful when there is a material that changes parameters with information such as camera. ...
Current LinkerInstancingContext are copying instead of being shared internally during loading which can induce a lot of memory usage when used with World Partition which can contains a lot of mappin ...
While attempting to connect and travel to a new server, the client's NetDriver will be shutdown, and a new pending net driver created (in UEngine::Browse). When the original NetDriver is destroyed, ...