Adding a Bind Event node in different ways can create nodes with identical names (Bind Event to <Dispatcher>), but under the hood they are actually different nodes. Easiest evidence is that they ha ...
In splitscreen, Material node SphereMask causes Material Billboard to only be visible to first player's viewport. Found in 4.22 CL# 7053642, 4.23 CL# 8386587, 4.24 CL# 8557439 ...
When a capsule collider passes from the top of one piece of geometry to another that is very close the OnHit event doesn't fire. I have attached a project that demonstrates the issue in 4.23. A vid ...
A material with 'enable stencil test' will crash on mobile. Enable Stencil Test is a new option in materials as of 4.23 Confirmed with OpenGL 3.1 + 2 and Vulkan on Pixel XL Also Crashes on iOS ...
Creating a montage from a default frame rate and rate scale sequence reports 1 less frame than the sequence. The difference is a result of UAnimSequence overriding UAnimSequenceBase::GetNumberOfFram ...
If you open the build.gradle in Android Studio and debug, Android Studio will automatically add testOnly=true which makes it difficult to iterate with the editor since -t is needed when installing a ...
Importing root motion onto a transform creates a new absolute track, which can blend unexpectedly with existing transforms. ...
When running a packaged build of a project with a level with a landscape that has a material assigned it will crash (shipping build) or not retain the assigned material (development build). There i ...
When using a combination of Scale box, Invalidation box, and split anchors it can cause the child widget(S) of the invalidation box to jitter/shake. ...
This issue only occurs on iOS and does not reproduce on Windows or Android. I have seen that the SceneDepth value of the DepthFade node may not be compared correctly. ...