The jni functions in GoogleARCoreAndroidHelper.cpp are not correctly exported, when we tried to build a Test project it failed with this exception: java.lang.UnsatisfiedLinkError: No implementatio ...
When running a packaged build of a project with a level with a landscape that has a material assigned it will crash (shipping build) or not retain the assigned material (development build). There i ...
This seems to occur after receiving a Nak for certain actors. FObjectReplicator::ReceivedNak will decrement SendingRepState.CustomDeltaChangeIndex even if the object has no custom delta properties. ...
We've worked out at least a possible way this can occur from using uninitialized AnimatedNormals values when changing LODs. Ensuring all AnimatedNormals are initialized appears to fix the problem. ...
This is not a regression. Tested in //UE5/Release-5.0 CL20379098 Editor crashes with an assertion after executing the command r.RHIThread.Enable 2 ...
The splash screen on the iPhone 6s is stretched when loading. Tested alongside the iPhone 5s and the Samsung Galaxy Note 2 for comparison. The stretching only occurs on the 6s. iPhone 6s: 6240_iPho ...
If an interface contains a virtual function that returns "nullptr", If an interface contains a UFUNCTION that has a TSubclassOf type as a parameter or return value, implementing the interface in a b ...
There is extra random bouncing that can last a couple of seconds that does NOT occur in 4.15.2. Sometimes the cube would look like it settled, then randomly pop and bounce again. This happened on b ...
Print String node will stop printing to the screen if PIE is exited while Gameplay Debugger is active. Restarting the editor fixes the issue. ...
Previewing a Node in a UI Material will not show anything, or will remain showing what is placed in Final Color. This issue appears to be fixed in Dev-Main as of CL-2914624. ...