Clothing Data paint doesn't effect visible mesh

UE - Simulation - Physics - Jan 7, 2020

Skeletal mesh sections with cloth should have their visible mesh match their simulated mesh and this should be effected by painted values. Any vertices left unpainted(at 0) after the initial paint, ...

Crash on play if a BP uses a ClearInstances node followed by an AddInstance node

UE - Graphics Features - Jul 21, 2017

Crash on play if a BP manipulates a InstancedStaticMeshComponent by using a ClearInstances node followed by an AddInstance node. This is a blocker for the licensee. This is a regression: Working ...

CheckForWorldGCLeaks crash using New Level from Template node to duplicate sublevel of the currently loaded level

Tools - Feb 23, 2021

A world leak crash occurs when using NewLevelFromTemplate to duplicate a sublevel of the currently loaded level. The crash doesn't manifest until another level is loaded even though the Sublevel ins ...

Initializing custom Component on Actor in constructor causes odd hierarchy and details panel issues

UE - Gameplay - Blueprint - Feb 19, 2019

When testing with a simple setup, as follows: MySceneComponent has a UProperty(VisibleAnywhere, BlueprintReadOnly) of a USphereComponent pointer, initiated in the Constructor AMyActor has a UProper ...

UMG widget callbacks do not set PIE context in editor

UE - Editor - UI Systems - May 21, 2018

This is from a UDN post. Several gameplay functions, such as level streaming and SoftObjectPtr resolution, depend on the GPlayInEditorID being set when that code is executed in PIE in the editor. T ...

Regression: Android Media Player Material - Plays on flipped normal

UE - Platform - Mobile - Jul 25, 2019

Media Player Texture/Material is playing on opposite mesh normal. Confirmed on Note 4, Pixel XL and Oculus Quest Did NOT reproduce with Vulkan. Video Material is white on 4.22 and 4.23 iOS ...

Tabbing out of exclusive fullscreen leaves the window & backbuffer in an incorrect state

UE - Editor - UI Systems - Apr 24, 2020

With windows 10 there has come some new swap chains, which unfortunately messes some things with regards to fullscreen up. We've fixed a bunch in the renderer (which would downright cause crashes), ...

Possible data loss/corruption when loading levels in editor

UE - Gameplay - Jul 18, 2018

Reported behavior: Given Level_A which contains object_X, where object_X references Level_BDeleting object_X causes AssetRenameManger to check if we need to patch up other levelsLevel_B is load ...

Failure to sign when packaging for iOS Distribution when using Remote Compile from a code project on Windows

UE - Platform - Mobile - Feb 20, 2019

Packaging for iOS Distribution from Windows using Remote Compile results in a failure during the signing portion. This seems to be caused by a hardcoded "false" for a property that is used to determ ...

References to Data Assets that inherit from Blueprints may be broken during reinstancing

UE - Gameplay - Blueprint - Nov 30, 2020

It is possible to create new Data Asset instances in the editor that inherit from a blueprint-defined subclass of UDataAsset. This flow is not very well supported, and generally it is safer to just ...