DragDropOperation is removed when pressing esc button. but this is skipping OnDragCancelled so it can disrupt user's UMG drag operation logic. ...
When using Lighting Scenario, loading order will affect how it's applied to the instances, resulting in corruption if content is loaded after the lighting scenario ...
GPU Particles will always have a lifetime of one second when using a collision module. This is a result of an issue with how off screen timing is handled. GPU particles that are off screen should on ...
High priority item: "Hi guys, I was looking to a GPU capture of our foliage and all draws were set with the KILL_ENABLE register enabled. This register force off Early Z rejection since the GPU ha ...
A licensee reported a bug in rounding of a call to FJsonValue::TryGetNumber(int64&) with large values. In investigating this, it appears that equivalent problems also exist in FMath:: rounding func ...
When the material order of embedded fbx LOD change differently in LOD 0 and LOD 1, the LOD 1 is wrongly assign when re-importing. ...
We use the NumNonClothing section number to iterate in the sections, this is an error if the cloth sections are not at the end of the sections array. See the following picture of a search on NumNonC ...
On iOS, using the code in the UDP socketbuilders causes the sessions tool to not join with iOS devices. Giving the error EADDRNOTAVAIL. If the user falls back to the other code function that uses th ...
Decals fading in with Fade Duration set to zero. Found in 4.21 CL# 4753647, 4.22 CL# 7053642, 4.23 Preview 5 CL# 7838574 ...