Switching between SM5 and ES31 views in the Editor shows some small variation in landscape heights. ES31 heights are stored in the vertex with some slight lossy compression so subtle variation can ...
If "Use Relative Fixed Bounding Box" is disabled, level bounds will be incorrectly calculated. This seems to be similar to [Link Removed]. Found in 4.19 CL# 4033788, 4.20 CL# 4212847, 4.21 CL# 4233 ...
Bisecting a BSP with another BSP with an axis scale value at a value < .25 breaks bsp faces, causing them to no longer render correctly. NOTES The value at which this begins to occur is 0.249992 ...
When doing overlap tests in PrimitiveComponent, UWorld->ComponentOverlapMulti is used. The callstack for that ends up looking like this (callstack is inverted, highest level on top): UWorld::Compo ...
After updating to 4.25.1 from 4.25 Packaged Android game crashes constantly with objects added to the map 4.25 Packaged game did not crash (editor did a lot but glad thats fixed in 4.25.1) Empty map ...
Niagara VectorFields do not function properly since "Fix CPU Access" changes are not persistently saved. After every Editor restart or reopening projects, the Niagara-VectorField driven Emitter and ...
Note: Clipping on letterboxed player screen works fine on 4.24. This issue was brought in by CL#10541213. Here's a workaround TSharedPtr<SGameLayerManager::FPlayerLayer> SGameLayerManager::Fin ...
AGameModeBase::GetGameSessionClass wasn't properly returning the set GameSessionClass. ...
Saving and reloading a Blueprint instance with a compilation error, a.k.a., "Bad Blueprint" will lead to a transform reset when the Blueprint is successfully recompiled. ...