Crash on play when AIPerception Senses Config element is set to "sense config" options

UE - AI - Sep 18, 2015

Setting AIPerception component Senses Config to AI Damage / AI Prediction / AI Team sense config will cause the editor to crash on Play. This may be related to [Link Removed] Crash Reporter [Link ...

Duplicating Example Level Prevents the Copy From Being Saved

Tools - Oct 27, 2015

In a project, if you duplicate the example level and attempt to save it, the save will finish, but the asterisk will remain on the file. Attempting to open the duplicated map will prompt another sav ...

Real-Time Collision for Spline Mesh Not Working in Packaged Game

UE - LD & Modeling - Terrain - Landscape - Feb 23, 2016

When attempting to dynamically set the collision of a Spline Mesh component, the collision settings are not kept in a packaged game. Found in 4.10.4. Reproduced in 4.11 Preview 6 and Main CL 28772 ...

Lights placed in a Layer that are hidden will not be visible in PIE

Tools - Sep 9, 2015

Placing any lights in a Layer and marking as hidden will not render when PIE. Layers should only be editor only, even if marked as hidden. Also test in MAIN CL-2685425 where this is showing the sa ...

Crash in Forward Renderer DX11 RHI Impl when using VR PIE

UE - Platform - XR - Dec 4, 2016

// enforce color target is <= depth and MSAA settings match if(RTTDesc.Width > DTTDesc.Width || RTTDesc.Height > DTTDesc.Height || RTTDesc.SampleDesc.Count != DTTDesc.SampleDesc.Count || ...

User defined struct pins shows display a string of letters & numbers when switching Editor language

UE - Gameplay - Blueprint - Jan 18, 2017

Editor language switch can turn struct get/set nodes pins(split) to display extra string of letters & numbers after their original name. ...

Crash When Attempting To Change LOD1 Cloth Assigned

UE - Simulation - Physics - Character - Apr 12, 2017

At times when trying to assign APEX cloth to LOD1 material the engine will crash. I got a 100% repro rate following the steps listed above. I have found some inconsistent errors when trying to rep ...

BSP brushes get Clipped or Disappear relative to the Surface Normals of a nearby Brush when Deleting/Flipping Faces

UE - LD & Modeling - Modeling Tools - BSP - May 1, 2017

While testing this issue it was interesting to discover how the surrounding BSP's were affected. They seemed to clip/disappear according to the surface normals of the deleted brushes. There is a si ...

Artifact holes appear within thick font outline

UE - Editor - UI Systems - Nov 21, 2017

When you make the outline very thick, holes can appear within the area of the thick outline. This would happen both in English and Japanese. ...

IsEditorOnly Components hidden from Component Tree when duplicating

UE - Gameplay - Blueprint Editor - Nov 14, 2018

IsEditorOnly Component is hidden when it is duplicated. This can be redisplayed by blueprint compile, but it is preferable that it is the same as when IsEditorOnly is disabled. Gif1 is the case of ...