Projects that are deployed in the Debug configuration crash when trying to load mips on the Android device. I do not see this issue when launching a project onto Android using the Test configuratio ...
Project crashes when auto save completes after copy/pasting emitters multiple times in a system Encountered same crash testing Blend_Attributes_System and ExpressionsExample_System. Doesn't seem to ...
User reports that the reason for the crash is that because UpdateSpline is false on the AddSplinePointAtIndex blueprint node, this line is never called [ReparamTable.Points.Reset(NumSegments * Repar ...
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 ...