[CrashReport] UE4Editor_CoreUObject!TFastReferenceCollector<1,FGCReferenceProcessor<1>,FGCCollector<1>,FGCArrayPool,0>::ProcessObjectArray()

UE - Foundation - Core - UObject - Jul 19, 2017

This is a common crash affecting users in 4.16. Over 100 users have been affected, although they have not provided additional information. Source Context 469 TokenStreamIndex++; 47 ...

UV Import layout error increases with movement of UVs away from 0-1 Space

Tools - May 27, 2015

When a user sets up an unwrap using a space outside the original 0 to 1 space the unwrap will increasingly show errors of positioning. For Example, in the following images the lower left vertex of ...

Strange Behavior for LayeredBlendPerBone when Blend Pose 0 and 1 are in the same hierarchy

OLD - Anim - May 25, 2017

With Layered Blend Per Bone, if the bone for Blend Pose 1 is in the hierarchy below the bone for Blend Pose 0, then the Blend Weights have some odd behavior. Blend Pose 0 = root Blend Pose 1 = spin ...

Raytraced Shadows render incorrectly in a project that has been converted from 5.0.3 to 5.1.1 to 5.2

UE - Graphics Features - Ray Tracing - May 16, 2023

Version to VersionResultsNew 5.0.3 project to 5.1.1Works as ExpectedNew 5.1.1 project to 5.2Works as ExpectedNew 5.0.3 project to 5.1.1 to 5.2Bug OccursNew 5.0.3 project to 5.2 Bug Occurs The scene ...

Resetting the Location of an Actor Not Created at 0,0,0 Does Not Reset it to Default

UE - Gameplay - Blueprint - Sep 7, 2016

When attempting to reset the location of an actor blueprint instance that was not created off of an empty actor placed at 0,0,0, the location gets set back to the original location of the empty acto ...

Set relative location in construction script does not work when value is [0, 0, 0]

UE - Gameplay - Blueprint - Dec 11, 2017

The Set relative location in construction script does not work when the value is [0, 0, 0] when used it does not set the location back when the specified component is moved, it does work for any val ...

Blueprint's location reset to 0, 0, 0 after being detached in a network environment

UE - Networking - Apr 24, 2017

Attaching / Detaching a blueprint actor to a player in a network environment causes location errors when the detach occurs. Even without the attach events being replicated or the blueprint's movemen ...

The results of Roughness=1.0 from a constant and from a parameter are different on 4.20.

UE - Graphics Features - Sep 4, 2018

The results of Roughness=1.0 from a constant and from a parameter are different on 4.20. The static bool switch of the following material always returns 1.0. But the results are different.[Link Rem ...

Timeline Scaling to 0,0,0 scales past 0 to negative values

UE - Gameplay - Jul 27, 2015

Scaling objects via a timeline scales past the intended value when attempting to scale to 0,0,0. Instead of ending at 0,0,0 the scale will be set to an extremely small negative value such as -.0019, ...

Linux: UI scale is sometimes not 1.0 on non-high-DPI monitors

UE - Platform - Linux - Nov 7, 2017

At the moment, UI scale is calculated on Linux from physical monitor dimensions (obtained ultimately from EDID) and not system scale. The granularity is 0.25, so scale can be 0.25, 0.5, 0.75, 1, 1.2 ...