[CrashReport] UE4Editor_Slate!FSlateApplication::RoutePointerMoveEvent() [slateapplication.cpp:5195]

UE - Editor - UI Systems - Slate - Jun 28, 2017

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 ...

[CrashReport] Assertion failed: !PinRef->bWasTrashed - UEdGraphPin::SerializePin()

UE - Gameplay - Blueprint - Sep 8, 2017

This is a common and longstanding crash that has affected more than 200 users since at least 4.15. This crashGroup was previously associated with [Link Removed], but that specific repro case has be ...

Cannot paint landscape layers onto tiled landscapes

UE - LD & Modeling - Terrain - Landscape - Jun 30, 2015

paint layers do not take effect on all tiled layers that have a material incorporated if a user attempts to paint on them from the persistent level. ...

[CrashReport] FBlueprintEditor::OnRemoveExecutionPin()

UE - Gameplay - Blueprint Editor - Jul 14, 2017

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 ...

Functional Test won't start when placing a moving actor inside the level if setting Navigation Mesh's Runtime Generation to Dynamic

UE - Automation Test - Mar 21, 2019

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 ...

Wind Directional Source is not updated when changing values via blueprints

UE - Gameplay - Blueprint - Sep 29, 2014

CL: 2306964 Link: https://answers.unrealengine.com/questions/105058/speedtree-wind-dir-source-actor-not-refreshing-fro.html Description: Cannot set the Wind Directional Source component settings via ...

Bandwidth usage of USceneComponent::RelativeLocation is too high

UE - Networking - Jun 22, 2017

USceneComponent::RelativeLocation is an uncompressed FVector (3x32 bits replicated). Consider changing to FVector_NetQuantize100, or consider implementing custom serialization (with customizable qua ...

[CrashReport] UE4Editor_Landscape!ALandscapeProxy::CreateLandscapeInfo() [landscape.cpp:752]

UE - LD & Modeling - Terrain - Landscape - Jul 14, 2017

This is a common crash affecting users through 4.14 to 4.16. Users have not provided any descriptions. Source Context 740 #if WITH_EDITOR 741 ULandscapeInfo* ALandscapeProxy::Creat ...

Foliage lightmaps for LODs does not look correct

UE - World Creation - Worldbuilding Tools - Foliage - Jun 21, 2016

When using the foliage tool with any mesh that has a LOD the lightmap generates artifacts for the instance. The base LOD will have correct looking lightmaps, however when pulling back and seeing the ...

Crash can occur when calling GetSkinnedVertexPosition on a skeletal mesh with a slightly different bone hierarchy than the skeletal mesh whose skeleton it is using

OLD - Anim - Apr 12, 2017

MDW: In progress (Dev-AnimPhys CL 3392820) When calling GetSkinnedVertexPosition on a skeletal mesh that uses the same skeleton as a different skeletal mesh with a slightly different bone hierarchy ...