Hierarchical Instanced Static Mesh component culls before it is completely off screen. This only seems to happen with more than 3-4 instance elements. This also does not happen with Instanced Static ...
UMG clipping requires stencil. Seems like we don't request stencil when creating backbuffer Changing const int EGLMinStencilBits = 0; to const int EGLMinStencilBits = 8; fixes this. ...
The location give by the Get hit result under finger by channel appears to be affected by screen size on Mac. When clicking an area in the level, it does not always return the area under the finger ...
You can add a pass-by-reference input variable to an Event Dispatcher, but it will will result in compile warnings, and changes to that input will not affect the value of the variable in the caller. ...
Vehicle movement is jittery on clients. This is most apparent when turning while driving. This was also tested in a packaged game with local multiplayer setup. Regression?: Yes This does not occur ...
The editor appears to have longer load time as compared to an older engine version (4.20.3 loaded in seconds while newer version appear to load the same project in over a minute) ...
In 4.23, Setting a dynamic collection to the collection filter slot does not display any result. And there are no information about dynamic collection doesn't work in collection filter. (FCollectio ...
In mobile preview or android device in 5.1 release, M_SharedTexture_Inst material does not render properly due to exceeded sampler slot limit. there was no problem in 5.0.3 ...
Modify gets called from AWaterBody constructor: WaterSplineMetadata->Reset(3); WaterSplineMetadata->AddPoint(0.0f); WaterSplineMetadata->AddPoint(1.0f); WaterSplineMetadata->AddPoint ...
If a user creates a widget variable that is set on begin play and then tries to get information from that widget via the "Slot as Canvas Slot" node on tick the editor will crash. This appears to hap ...