Navigating to a level with a skeletal mesh asset from that level copied to the clipbard from the world outliner will cause the editor to crash. This can currently only be reproduced in the TM-Contac ...
Character::OnJumped_Implementation() should be virtual or users' custom implementations will not be called. If they declare it with "override" their code will fail to compile. Already fixed in Main ...
Media asset fails to play in packaged game. There was a bug entered [Link Removed] which is similar, but dealt with standalone play mode as well. The standalone issue seems to have been fixed since ...
Having multiple viewports open causes the wrong viewport to be rendered inside the headset. Positional/Rotational tracking is still updating correctly in the preview window. Closing the wrong view ...
Building 4.10 from the GitHub release branch on Linux fails to open after install and instead crashes User Suggested Fix: Switching triangle order optimization off with r.TriangleOrderOptimization= ...
If a block comment is used above the UCLASS Macro, leading spaces before the start of the comment causes UHT to fail and the solution to fail compile with a "Missing 'UCLASS' in Class declaration" e ...
Packaged QA Game crashes when opening "TM-MotionController" This issue did not occur in 4.13 This is also affecting KiteDemo. Cinematic will crash when Editor Content is not included in the packag ...
User comments:Packaging Android Crash with similar callstack fixed in 4.16: [Link Removed] I verified that the repro steps in that bug do not cause a crash in 4.18.3 Similar crash on Mac: [Link Re ...
Curves compressed from additive animations will not interpolate correctly if they have two keys in a row with the same value. The second key will be ignored, leading to the curve interpolating earli ...
Garbled text is displayed when creating Android package. It did not occur in my colleague's environment using English OS, but occurred in my environment using Japanese OS. This issue should be fixed ...