Crash when deleting function referenced by instanced object.

UE - Editor - UI Systems - UMG - Aug 26, 2022

Reloading a Blueprint asset will unnecessarily recompile its dependencies.

UE - Gameplay - Blueprint - Aug 25, 2022

When a Blueprint asset is reloaded, we are currently serializing its CachedDependencies list during the discovery of potential referencers. This can lead to incorrectly treating all dependencies as ...

Crash when dragging and dropping sub-level Actors into HLOD Outliner

UE - World Creation - Worldbuilding Tools - HLOD - Aug 25, 2022

In 4.27.2 a new cluster is created without any problem. ...

FBX animations generated under fractional framerates fail to import

UE - Anim - Runtime - Aug 24, 2022

We now have the following error that is generated in FFbxImporter::ValidateAnimStackif (!FMath::IsNearlyZero(SubFrame, KINDA_SMALL_NUMBER) && !FMath::IsNearlyEqual(SubFrame, 1.0f, KINDA_SMALL_NUMBER ...

Virtual Texture not streaming with Thin Translucency

UE - Rendering Architecture - Aug 24, 2022

When using a virtual texture sampler for a thin translucent material, and that material occludes other objects that sample virtual textures, the occluded objects don't stream their VT. ...

StaticMeshComponent occasionally doesn't simulate physics after SpawActor.

UE - Simulation - Physics - Aug 23, 2022

When spawning Pawns with a StaticMeshComponent with SimulatePhyscis=True, they occasionally may not simulate physics. This can be reproduced by simply repeating the respawn. The frequency of reprodu ...

Retainer Box does not propagate Visibility settings to children

UE - Editor - UI Systems - UMG - Aug 22, 2022

This is not a regression. Tested in //UE4/Release-4.27 CL18319896 Retainer Box does not propagate Visibility settings to children. Setting Canvas visibility to 'Not Hit-Testable (Self & All Childre ...

[AI] Moving a SmartObject actor in a level does not update the location of its Slot in the SmartObjectCollection

UE - AI - SmartObject - Aug 22, 2022

Moving a SmartObject inside of the level shows that the slot debug view is moved along with the SmartObject, but when PIEing the AI react as if it has not been moved/rotated. You must click Rebuild ...

[AI] Pawns loaded from a Data Layer do not auto-register as sources with the Perception System.

UE - AI - Perception - Aug 22, 2022

A licensee has reported that Pawns that are loaded via a runtime Data Layer are unable to be perceived automatically by Pawns that are not part of a runtime data layer. However, data layer Pawns can ...