User has found bug but has a working fix. Verify fix and implement in engine. ...
We were seeing out-of-memory errors when launching on Chrome version 58 on Windows (both 32-bit and 64-bit). After some investigation, the root cause appears to be a regression introduced in Chrome ...
Instanced Static Mesh components update incorrectly in Standalone and Packaged game. When hit, all of the instanced static mesh components will snap to a singular location instead of each individual ...
Disabling the SteamVR plugin in a Blueprint-Only project causes the packaging process to require an IDE to complete, as it requires compilation. Regression?: Yes This did not occur in 4.16.2 Note: ...
As of 4.18 and onward, collision sweeps related to Character Movement seem to be causing higher tick times than usual. Example project: [Link Removed] Regression?: Yes This did not occur in 4.17 ...
Unexpected results from setting relative rotation on child of child in BP. Also confirmed in Main CL 4302610 "I have found that changing this code from RelativeRotationCache . RotatorToQuat (NewRe ...
Duplicate slots are being created automatically under the Default Group in the AnimSlotManager. This is causing some problems because it replaces the originally created slot with the duplicate in t ...
Moving assets in the Editor is very unreliable. References may or may not be fixed up. No direct error is presented or a warning about problems. Any moves of the gameinstance, string table or certai ...
A texture can be toggled between virtual texture and regular texture using the Convert to virtual texture/regular texture tool in the texture asset context menu. This updates referencing materials t ...
I saw a following assertion. Assertion failed: (AdditivePoses.Num() > 0) || (NonAdditivePoses.Num() > 0) [Link Removed] [Line: 1381] This is my quick fix// code placeholder void FAnimInstance ...