AutoLOD changes the static meshes LOD at different distances in VR Packages and Previews than in Editor

UE - Platform - XR - Jul 30, 2020

Packaged VR Projects and VR Previews change the LOD at a closer distance than in editor. ...

Toggling SetSimulatePhysics state on a Primitive component with a child PrimitiveComponent leaks PxShapes

UE - Simulation - Physics - May 23, 2016

FBodyInstance::Weld did not check to see whether or not child components were already welded to a parent. This meant that whenever Weld was called, ShapeToBodiesMap would continue to grow in size, e ...

Editor Crashes When Duplicating Actor that Contains Additional Components

UE - Gameplay - Dec 11, 2015

Attempting to spawn a copy of an actor that has components that were added to an instance of that actor in the level causes a crash. Spawning the actor without adding additional components to the in ...

Alpha channel is not working on drag and drop function

Tools - Nov 5, 2014

When using the drag and drop function in UMG on an image with an alpha map the background will show up as black instead of translucent. ...

Need addElement and addElements to allow single insertion instead of to all elements with matching tag

UE - Platform - Mobile - Aug 1, 2017

Since multiple dict tags can be in a plist, not just the top level, need to be able to specify to only insert once. Adding an optional once="true" attribute to these commands in UPL will allow this ...

USDStage - USD Material Overrides not reading

UE - Editor - Content Pipeline - USD - May 31, 2022

USD material overrides do not get applied properly to a USDStage prim inside UE.     When a material override that is set to a parent prim of USD Material, the override is ignored.   A usd material ...

Difference in LODs between PIE and editor

UE - Rendering Architecture - Dec 7, 2023

It is possible to repo this without the exact steps, but that leaves it ambiguous if the camera moved when exiting PIE or not. ...

Steam Sessions fails to create when using the Create Session node

Docs - Nov 30, 2021

This is a Regression. 4.26.2 - Binary - no issue creating a session. 4.27.1 - Binary - no issue creating a session if you convert a previously working 4.26.2 project. 4.27.1 - Binary - Fails to c ...

On Instance Take Radial Damage will not receive radial damage against Foliage

UE - Gameplay - Jun 28, 2022

Different results in //UE4/Release-4.27 CL#18319896 On Instance Take Radial Damage will not receive radial damage against Foliage. ...

Crash when calling FillDataTableFromCSVString() while viewing the contents of the data table

When the function UDataTableFunctionLibrary::FillDataTableFromCSVString() is used from Editor Utility Blueprints or Python Scripts, and the contents of the affected Data Table are currently being vi ...