User is reporting grass at the edge of their landscape being generated floating in the air on a Mac Pro with AMD GPUs. I have been unable to repro this on my Mac Mini with Intel Graphics HD 4000. Q ...
Welding components uses precomputed weights for to determine center of mass for the actor. This can cause problems when users want to specify custom weights for certain components. ...
[Line 1585] d:\build++ue4+release-4.14+compile\sync\engine\plugins\runtime\googlevr\googlevrhmd\source\googlevrhmd\private\googlevrhmdrender.cpp(42) : warning C6386: Buffer overrun while ...
When removing instances from an ISMC, indices / indexes returned from AddInstance will be invalidated. This can cause issues for users that want to do custom management of instances. Using something ...
Streaming a level back in before it finishes streaming out behaves undesirably. When a level is streamed out the actors/components in the level are incrementally unregistered over multiple frames. ...
GPUScene primitive validation is currently busted and asserts. It looks like there are two problems: 1) NaN's in the entries can cause comparison issues, so a MemCmp would be better. 2) There's a ...
MPCook relies on global data that is accumulated during package cooks on CookWorkers be replicated to the CookDirector. Some global data that is accumulated during package cooks is CookAdditionalFi ...
Project debug symbols are not appearing in crash reports in 4.8. In 4.7.6, these symbols would be included in the crash reports, but in 4.8 these lines have no information other than the project nam ...