Stale PerceptualData in AIPerceptionComponent

UE - AI - May 6, 2019

Also, reported here: https://udn.unrealengine.com/questions/497277/stale-perceptualdata-in-aiperceptioncomponent.html ...

A crash can occur during a batched compile of inter-dependent Blueprint assets via commandlet.

UE - Gameplay - Blueprint - Feb 20, 2021

Bulk compiling more than one Blueprint class asset without incurring a garbage collection pass in between each compile can result in a crash during reference replacement, as serialization may end up ...

Building for Gear VR Distribution fails due to missing Oculus lib

UE - Platform - XR - Jun 7, 2017

Users have reported that building for Distribution on Gear VR results in failure due to a missing Oculus library. The error they receive is as follows: UATHelper: Packaging (Android (ETC2)): [javac ...

Crash on exit with NULL FTextRenderComponentMIDCache

Suggested fix is to relocate the Super::PreExit() call to the end of UGameEngine::PreExit() so that level streaming can be safely flushed before the MID cache is cleaned up. ...

Add sanitization code surrounding RigidBody + RigidBodyDynamic flags

UE - Simulation - Physics - Jul 20, 2016

PhysX throws warnings (which are escalated to errors) when CCD and Kinematic are in invalid states (they can only be enabled exclusively). The code to fix this has already been submitted, but may c ...

Updating to 4.13 from 4.12 Causes Particle System Orientation to Break When Cooked

UE - Graphics Features - Sep 16, 2016

When updating a particle system with the mesh data type to 4.13 its orientation will change after being cooked. This issue will not appear with PIE, or Stand alone you must Launch from editor. A 4.1 ...

T_Cobblestone_Rough_N has incorrect Compression Settings

Docs - Samples - Mar 5, 2015

T_Cobblestone_Rough_N is incorrectly set to TC_Default not TC_NormalMap ...

Localized Time Zones cause iOS Certs and Provisions to Appear Expired after Creating

UE - Platform - Mobile - Oct 13, 2016

Denmark (Other countries) Time causes Certs and Provisions to Appear Expired for anywhere between two and twenty four hours after creating. They can temporarily set their computer's time ahead as a ...

Comment titles do not auto-wrap

UE - Gameplay - Blueprint - May 6, 2016

Comment titles do not auto-wrap in the blueprint event graph, which can make reading a commented section of blueprints difficult. Regression (no) issue (does) occur in 4.10.4 ...

Ribbon Emitter Lifetime Parameter Can Only Be Set Once

UE - Graphics Features - Apr 18, 2017

You can set the ribbon particle parameter for lifetime only once during runtime. After that setting that parameter has no influence. ...