When View Changelists window is opened, users are reporting slowdowns from actions such as moving actors (external actors). ...
A forum user reported an issue where object geometry occlusion would be missing when Ray Traced shadows were enabled. I was able to reproduce the issue internally where occlusion seems to be missing ...
If two line traces are run one right after the other to the same end point but different start locations, at times the second trace will incorrectly register hitting other objects though the trace l ...
The user can no longer use a get key node within the On analog value changed override. This was possible in 4.8 ...
Also Reproduced in Main Promotable-CL-2479729 After importing and saving a texture which is non power of 2 and not an hdr texture, when you set the Maximum Texture Size in the Texture Editor's Comp ...
Invalidation box appears to be inconstant when using a child widget that has been added via the user created section. A child widget that modifies itself will not update when placed inside of an inv ...
HUD can cause a crash when used with Mobile. "When running from visual studio exception happens here: https://github.com/EpicGames/UnrealEngine/blob/4.22/Engine/Source/Runtime/Renderer/Private/Mobi ...
A user has reported that adding a Parent call to an inherited multicast function causes the event to be called twice if it is executed on a client. Regression?: No This occurred in 4.20 Link to te ...
"...it seems the crash occurs because it is trying to load an empty (0 byte) save file. Stepping through the code in Engine/Plugins/Online/IOS/OnlineSubsystemIOS/Source/Private/OnlineUserCloudInterf ...
This is due to the same reason behind [Link Removed], as the stack object is passed to MARK_PROPERTY_DIRTY rather than the array property's owner. ...