Crash in UEditorEngine::CheckForWorldGCLeaks

Tools - Feb 20, 2017

Error message: Fatal error: [Link Removed] [Line: 1959] /Game/FirstPersonBP/Maps/FirstPersonExampleMap.FirstPersonExampleMap still around trying to load ../../../Engine/Content/Maps/Templates/Templ ...

[CrashReport] UE4Editor_Engine!USceneComponent::UpdateComponentToWorldWithParent() [scenecomponent.cpp:492]

UE - Gameplay - Components - Aug 29, 2017

This is a common and longstanding crash that has occurred since at least 4.12 and affected more than 400 users. User DescriptionsWas following the first Blueprint tutorial and dragged the geometry ...

Blueprints with accent characters fail to open when converted from 4.19 to 4.20

Tools - Oct 2, 2018

Any Blueprint with accents in the name, coming from 4.19 won't open in 4.20. Double clicking the asset, trying to right click asset, results in no actions. When loading the project this message app ...

User is able to drag duplicate events into the graph from My Blueprint

UE - Gameplay - Blueprint Editor - Sep 27, 2018

REGRESSION: Yes, this did not occur in 4.19 The user is able to drag an Event from My Blueprint panel into any graph, creating a duplicate Event Node. Additionally the dupe Event will have extra o ...

Can change type of event dispatcher in Blueprint

UE - Gameplay - Blueprint Editor - Oct 2, 2018

It seems that with 4.20 users are able to change a dispatcher's type from Multicast Delegate to something else (float, int, etc.) Doing so will cause any node that references the dispatcher via call ...

Assign Event On Destroyed no longer creates Custom Event Node

UE - Gameplay - Blueprint Editor - Oct 9, 2018

When creating a new Blueprint Class based on an Actor parent, If you navigate to the Actor's event graph, and right click on the editor blank space;  type "Assign on Destroyed"  and select  "Assign ...

Editor Crashes when enabling Vertex Colors on an imported Skeletal Mesh with Morph Target Animations

UE - Graphics Features - Oct 11, 2018

Licensee wants to be able to import skeletal meshes which have Vertex Colours (their entire game is Vertex Coloured) and Morph Target animation, but they're seeing a crash when toggling Vertex Color ...

UCheatManager::ToggleDebugCamera() causes crash

UE - Gameplay - Oct 11, 2018

Toggling the Debug Camera with the UCheatManager::ToggleDebugCamera() function in a PlayerController derived class causes a crash. Tested in 4.19.2 (CL - 4033788), 4.20.3 (CL - 4369336), 4.21 (CL ...

Skeletal Meshes do not work properly on Open GL ES 3.1 on Xiaomi Redmi 6

UE - Platform - Mobile - Oct 30, 2018

Skeletal meshes do not render or animate properly on the Xiaomi Redmi 6 (PowerVR GE8320) when using OpenGL ES3.1. This issue changed a bit from 4.19 to 4.20. In 4.19, the skeletal mesh seems to of ...

Utility functions in UEdGraph_ReferenceViewer are no longer exposed

UE - Editor - Content Pipeline - Content Browser - Oct 29, 2018

A number of utility functions are provided in UEdGraph_ReferenceViewer for building menu extenders. This class was originally included in the engine as part of the ReferenceViewer module, but was re ...