This is a regression from 4.13 ...
The OnSmartLinkReached event is not firing in PIE. This is a regression. In 4.12.5 the event fires as expected. Found in 4.13.0 CL 3106830 Reproduced in 4.14 Main CL 3129233. ...
Enabling the Anisotropic BRDF (beta) causes crash upon restarting the Editor. This was reported and tested in 4.25 Preview 2 (CL-12055273). This was reproduced in main 4.26 (CL-12161634). ...
A licensee reported one of their map crashes on open when they tried to migrate from 4.12 to 4.14. There was no crash in 4.13. This seems to be caused by a certain BP actor that adds InstancedStat ...
UWheeledVehicleMovementComponent no longer has an IsFalling variable. It originally inherited from UPawnMovementComponent which it gained this variable from but now inherits directly from UMovementC ...
This is a regression that was introduced by the fix for [Link Removed]. The fix makes an invalid assumption that instances of components whose archetypes are inherited by a non-nativized child Blue ...
When seamlessly traveling, FNetworkObjectList will have its data cleared. However, because FNetworkObjectList::Reset is called before FNetworkObjectList::ResetDormancyState, AllNetworkObjects will b ...
Cannot package project with landscape to mobile devices. Packaging fails with the following error: Fatal error! Unhandled Exception: EXCEPTION_ACCESS_VIOLATION reading address 0x00000002 U ...
The engine crashes when simulating in the editor after painting foliage instances using the Foliage Tool. An important thing to note is that this crash does not occur if you switch out of the 'Foli ...
Compile errors caused by an actor calling a function with something hooked up to a removed parameter can cause that actor to lose it's place in the hierarchy. Typically, the actor will be fixed once ...