If an AnimNode connected with Enum and AnimBP is nativized, the package will occur crash. Following settings is solve this issue. [BlueprintNativizationSettings] +ExcludedBlueprintTypes=/Script/En ...
Crash in the editor when changing the view mode. This occurs because of a nullptr dereference of "InMaterialInterface" in the FDebugViewModeMaterialProxy constructor (Line 32 in DebugViewModeMateri ...
Light baking of a ton of static meshes causes Swarm to crash due to "Index was our of range". I confirmed that it can be reproduced with the sample project they sent us/ The error log I got is... ...
This is a common crash on Mac in the 4.16 release, and has occurred with low frequency since at least 4.11. Users have not provided any descriptions, so additional information is currently unknown. ...
EA Motive has run into a crash when using the hair card generator plugin. A missing DLL is preventing them from creating hair cards according to the initial investigation from their engineers. More ...
FStaticMeshRenderData::Cache has the assertion: checkf(Owner->IsMeshDescriptionValid(0), TEXT("Bad MeshDescription on %s"), *GetPathNameSafe(Owner)); This assertion can be triggered by data erro ...
A user reported that retrieving and sending an FQuat over a network will crash a game unless the FQuat is first assigned to a variable and the variable is passed. ...
When modifying the name of a gameplay attribute that is used with a modifier on a gameplay effect, attempting to remove/change the modifier causes an editor crash. This appears to be due to line 29 ...
Currently r8Unorm_srgb is required by virtual texture lightmap, and the Metal RHI simply forbids r8Unorm_srgb on Mac platform. Since the latest MacOS 11.0+ have the support of r8Unorm_srgb, we shoul ...