This is a common crash occurring in the 4.16 release. It seems to be related to applying a material to a mesh that is being used in Foliage. Crash Reports are spread out among many different Crash ...
The appears repeatedly in the log:[2017.07.12-14.57.06:022][ 4]LogHMD: Initializing OVRPlugin session [2017.07.12-14.57.06:652][ 4]LogHMD: Setting user focus to game viewport since session status ...
This Jira was created from CrashReports submitted by the public due to the high number of occurrences. Error message: Assertion failed: Class != NULL [Link Removed] [Line: 965] Source Context: 95 ...
This is a longstanding crash that occurs with low frequency, but has affected over 200 users. One user describes that this occurred while packaging a project, although other users have not provided ...
This is a common crash affecting users on Mac and Windows. User Descriptionsremoving empty execution pins from sequence node Source Context 3952 void FBlueprintEditor::OnRemoveExecution ...
User is trying to use the Functional Test class to construct some automated test cases. Whilst doing this they noticed that adding a BP_Actor (just a static mesh engine cube) that simply rotates (v ...
Text widget with Outline uses 2 LayerId levels to draw the outline and the text glyphs. This can be seen in function FSlateElementBatcher::AddShapedTextElement(), where lambda BuildFontGeometry() is ...
USceneComponent::RelativeLocation is an uncompressed FVector (3x32 bits replicated). Consider changing to FVector_NetQuantize100, or consider implementing custom serialization (with customizable qua ...
In 4.17, attempting to open a project that contains a plugin with a missing .dll file results in a dialog box appearing that says that the plugin is not compatible with the current Engine version, a ...
This is a common and longstanding crash that has occurred since at least 4.9 and affected over 280 users. User DescriptionsI added an item to a BP struct. Last time I did this (several months ago) ...