This is occurring on device 2888_KindleFireHD8.9" This is a regression from 4.14 ...
Bug submission from a user overseas: " On some devices (Moto G5 Plus, Moto G5 S Plus) the values are always 0 like : Tilt : 0.00.00.0 RotationRate : 0.00.00.0 Gravity : 0.00.00.0 Accleration : 0.00 ...
A user has not been able to get his game to run in an orthographic camera angle. It works perfectly fine in perspective, but pushes the game off to the side once in orthographic. Users Tutorial of ...
Any environment with volumetric fog enabled will have a light leak which appears through objects. Found in 4.20 CL# 4369336, 4.21 CL# 4613538, 4.22 CL# 4666322 ...
When a dormant actor gets reawakened and we call TearOff on it, we could expect the actor to get replicated before being TornOff. When these two changes are done on the same frame, the TearOff nega ...
In Tick processing of LevelSequencActors of World Tick, If you destroy an actor with an actor's ticks, delete it immediately from the LevelSequencActor array. I think that the problem occurred becau ...
Screen aligned particles with very low velocity will squash in 4.23+ (No squashing in 4.22) Confirmed in 4.25 MAIN at CL 10333042 ...
For Animation and Tick, we have confirmed that pausing can be done by stopping Native Tick. But we can't stop with Material. Widget Component can change the handling of time with EWidgetTimingPolicy ...
It looks like the Actor's Binding information has not been saved successfully. ...
texture streaming is one of the reasons that drop the label but not the only reason. add a line of code RHIBindDebugLabelName(NewTexture, *OldTexture->GetName().ToString()); into FMetalDynamicRHI:: ...