Material Instance Dynamic assigned to Spawnable objects with Editor Utility Widget get reverted when hit the Save button in Sequencer. This appears to come from the Material Instance Dynamic not be ...
This seems to occur because of how reliability and the retransmission of dropped data is handled in the engine. If a reliable bunch is dropped, the entire bunch will be resent, but any unreliable bu ...
This seems to be because IsNetRelevantFor checks if the actor is hidden, resulting in a hidden actor not being considered relevant to clients. However, if it is a net startup actor, this will result ...
A licensee reports that their large map has a 10s cost in the AssetRegistry when resaved. They took a profile and found the cost is mostly in LoadCalculatedDependencies for the map, and most of that ...
Normally a warning appears to confirm references to an actor will be deleted. If the references are unloaded then no warning will appear. ...
This crash is caused by how source control history is managed and shown. In this specific case the source control software is Perforce. As written in the repro steps, it can happen to any uasset tha ...
Reproduction rate: 5/5 Regression check: No, this also occurs in 5.4.2. Please note that this issue only reproduces with the Gamepad Face Button Bottom and does not occur for any other gamepad butt ...
The CharacterMovementComponent simulates the position of a jumping/falling character inside function UCharacterMovementComponent::PhysFalling() [CharacterMovementComponent.cpp:4381]. On the main cod ...