FCDODiffControl doesn't properly account for lists of differing size. The issues are marked in the following code:int IterOld = 0; int IterNew = 0; while (IterOld != OldProperties.Num() || IterNew ...
While working on writing test cases for content examples, I discovered that the shadow behind certain objects appear and disappear depending on the distance from the camera. This might be similar ...
Ensures occur when selecting Show > Uncompressed Animations in an animation blueprint. This was discovered when investigating [Link Removed]. So far I've only reproduced this issue with QAPawn_Ani ...
The Negate blueprint macros (NegateInt, NegateFloat) are returning the original value. Found in 4.12.5 CL 3039270. Reproduced in 4.13 CL 3106830 and 4.11.2 CL 2946394. ...
Crash occurs when the user stops simulating in viewport. ...
When deserializing a TMap<FString, FString> with the JsonStructDeserializer, the Engine crashes. ...
Need to update label from 0 to 1 on the left slider of display 1.6Need to update labels for small slider on display 1.10 to display 0, 1, 2 as those values can go up to 2Need to update 1.12 Example ti ...
Users cannot stop/pause audio tracks in UMG animations. The sound track cannot be manipulated using the animation nodes given in UMG ...
When launching ASTC ARM64 packaged project onto S7, it'll crash with Signal 11. It seems very similar to [Link Removed]. ...
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. ...