DataAssets with a field called "Name" can cause multiple Name columns to appear in the content browser

UE - Editor - Content Pipeline - Content Browser - Jul 18, 2017

A DataAsset with a FText property called "Name" will confuse the content browser, causing it to create a new column each time the folder containing the DataAsset is entered. This appears to be a cor ...

DuplicateObject does not keep settings from the object duplicated

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

When using DuplicateObject, some aspects of the copied object (such as component transform) are not duplicated to the copy. Regression: Yes - DuplicateObject behaved as expected in 4.15.2 Working - ...

Prompt for camera permissions when running Google VR plugin

UE - Platform - XR - Mar 7, 2018

Need to update these UDN threads when the issue is fixed. https://udn.unrealengine.com/questions/401360/ios-shipping-build-crash.html https://udn.unrealengine.com/questions/428225/about-ios-ship-b ...

Tiled Landscape LOD doesn't work with World Origin Rebasing

UE - LD & Modeling - Terrain - Landscape - Apr 26, 2018

Using the Landscape LOD system with World Origin Rebasing causes the LODs on the landscape to mess up. This only appears with imported tiled landscape where the main actor is in the persistent level ...

Incorrect box collision on negatively scaled mesh

UE - Simulation - Physics - Jul 23, 2018

If you have a mesh with a rotated box in its simple collision primitives, that box won't be in the correct position if you scale the mesh by -1. This issue was reported in 4.20 (CL-4212847) and rep ...

CurrentTransaction ensure when duplicating an EQS generator

UE - AI - Aug 3, 2018

When duplicating a Generator inside an Environment Query, the action triggers an ensure and stalls the Editor for a few moments. This issue was reported and tested in 4.19.2 (CL-4033788). It was r ...

AssetManager does not correctly call delegates if bShouldUseSynchronousLoad is true

UE - Gameplay - Oct 3, 2018

There's a bug in UAssetManager::LoadAssetList where the passed in DelegateToCall is not being called in the bShouldUseSynchronousLoad case. This can cause gameplay logic to fail when that bool is tr ...

Alpha Compression Artifacts

UE - Graphics Features - Nov 23, 2018

Confirmed in Main 4.22 @ CL 4586854 in 4.21 Alpha looks to be about 1 pixel larger than other channels in certain parts of the texture "The issue is not improved by changing compression settin ...

Unable to change Blueprint Child Variable values in Python

UE - Editor - Workflow Systems - Dec 20, 2018

Using the Python function unreal.SystemLibrary.set_bool_property_by_name() to change the default variable values of a child Blueprint do not work as intended. Tested in 4.20.3 (CL - 4369336), 4.21. ...

A SoftPathObject as an input parameter referenced by a Blueprint Node didn't cook out

UE - Gameplay - Blueprint Compiler - Jul 27, 2019

The input paramter is a type of UEdGraphPin.  The PinType.PinCategory can be softobject or softclass, and the reference path is saved in a paramter named DefaultValue of UEdGraphPin.The DefaultValue ...