When deploying project to a mobile device, the quality of the baked lighting and shadows becomes very poor compared to "Mobile Preview." Lightmaps appear dirty and blurry, with splotches (As shown i ...
When setting a SceneCapture with Capture Every Frame set to False, the capture will appear bright green in Packaged project. It captures as expected in editor/ PIE, and also works fine if Capture Ev ...
Right now the AssetManager uses different logic in ModifyCook vs VerifyCanCook, specifically related to secondary assets like textures or maps that are indirectly loaded by soft object paths and are ...
Licensee reported crash when playing HLS video with ElectraPlayer on iOS16. According to their research, we can avoid the fix by doing the following: Delete check() in the corresponding line Engine ...
Licensee reported behavior of configuration file hierarchy is different form document here (https://docs.unrealengine.com/latest/INT/Programming/Basics/ConfigurationFiles/index.html) Doc: 1. Engine ...
Setup: Blend by Bool>Slot>Final Pose. Say the bool starts on true. While playing a Montage on the slot, flip the bool value to false. After the montage finishes, the blend node will start on true ...
This is an early trending crash in the 4.17 release. This may be a regression as there is no initial evidence of this callstack occurring in 4.16. User DescriptionsJust compiled my widget Source C ...
This is a somewhat common crash in 4.17. Users have not provided any descriptions of their actions when the crash occurred. Source Context 58 /** Gets the current value of the property w ...
This is a trending crash coming out of the 4.18 previews and 4.18.0. The callstack is similar to a Mac crash that was fixed in 4.16.2 - [Link Removed] User Descriptionswas testing 3rd person temp ...
Report of a chain of dependencies that can lead to a fatal loader stall in a nativized build:Thing -> BPStruct2BPStruct1 -> BPStruct2 The necessary order of operations is:BPStruct1 loadsBPStruct2 l ...